Skip to content

Commit

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

0 comments on commit c556ba1

Please sign in to comment.