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: |
|
||||
python3 -m pip install --upgrade pip
|
||||
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
|
||||
run: |
|
||||
@@ -59,4 +61,4 @@ jobs:
|
||||
git add *
|
||||
git commit -am "Documentation update"
|
||||
git push
|
||||
continue-on-error: true
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user