Skip to content

Commit

Permalink
Fix testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Oct 21, 2023
1 parent 24f2e95 commit 13a48c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install pyspacemouse[develop]
- run: pip install -e ".[develop]"
- run: pip install mkdoxy
- run: sudo apt-get install doxygen
- run: mkdocs gh-deploy --force

0 comments on commit 13a48c6

Please sign in to comment.