Skip to content

Commit 5f07fca

Browse files
committed
ci: macos and windows can't handle install from wheel...
1 parent 71def21 commit 5f07fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
set -e
8080
pip install ./pyargus[test]
81-
pip install pyargus --find-links dist --force-reinstall
81+
# pip install pyargus --find-links dist --force-reinstall
8282
cd pyargus && pytest
8383
8484
macos:

0 commit comments

Comments
 (0)