Update build_sphinx_docs.yml

Workaround OS crypto bug
This commit is contained in:
rosskouk
2025-09-08 14:41:30 +01:00
committed by GitHub
parent 7517066c91
commit adbab61f66

View File

@@ -24,6 +24,8 @@ jobs:
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip3 install -r skill/requirements-full.txt pip3 install -r skill/requirements-full.txt
# Workaround for oscrypto bug
pip install --force --upgrade git+https://github.com/wbond/oscrypto.git@d5f3437
- name: Prepare for new documentation - name: Prepare for new documentation
run: | run: |