Update build_sphinx_docs.yml
Workaround OS crypto bug
This commit is contained in:
4
.github/workflows/build_sphinx_docs.yml
vendored
4
.github/workflows/build_sphinx_docs.yml
vendored
@@ -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: |
|
||||||
@@ -59,4 +61,4 @@ jobs:
|
|||||||
git add *
|
git add *
|
||||||
git commit -am "Documentation update"
|
git commit -am "Documentation update"
|
||||||
git push
|
git push
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user