We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71def21 commit 5f07fcaCopy full SHA for 5f07fca
.github/workflows/release.yaml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
set -e
80
pip install ./pyargus[test]
81
- pip install pyargus --find-links dist --force-reinstall
+ # pip install pyargus --find-links dist --force-reinstall
82
cd pyargus && pytest
83
84
macos:
0 commit comments