Skip to content

Commit

Permalink
fix: docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 19, 2024
1 parent 87ff31b commit de4f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install wheel
pip install --no-build-isolation "Cython<3" "pyyaml==5.4.1"
pip install -r requirements.txt
pip install "Cython>=3" -r requirements.txt
pip install sphinx sphinx-rtd-theme
- name: Setup brownie networks
Expand Down

0 comments on commit de4f4da

Please sign in to comment.