Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mnazzaro committed Feb 19, 2024
1 parent 6bd5784 commit 8093c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: sudo apt-get install pngquant
- run: sudo apt-get install pngquant
- run: pip install setuptools
- run: pip install "cython<3.0.0" wheel
- run: pip install "pyyaml==6.0.0" --no-build-isolation
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
Expand Down

0 comments on commit 8093c2b

Please sign in to comment.