Skip to content

Commit

Permalink
ci: macos and windows can't handle install from wheel...
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 5, 2023
1 parent 71def21 commit 5f07fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
set -e
pip install ./pyargus[test]
pip install pyargus --find-links dist --force-reinstall
# pip install pyargus --find-links dist --force-reinstall
cd pyargus && pytest
macos:
Expand Down

0 comments on commit 5f07fca

Please sign in to comment.