Skip to content

Commit 13a48c6

Browse files
committed
Fix testing version
1 parent 24f2e95 commit 13a48c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
key: ${{ github.ref }}
2020
path: .cache
21-
- run: pip install pyspacemouse[develop]
21+
- run: pip install -e ".[develop]"
2222
- run: pip install mkdoxy
2323
- run: sudo apt-get install doxygen
2424
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)