ci: macos and windows can't handle install from wheel...
This commit is contained in:
parent
71def21d02
commit
5f07fca816
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
pip install ./pyargus[test]
|
pip install ./pyargus[test]
|
||||||
pip install pyargus --find-links dist --force-reinstall
|
# pip install pyargus --find-links dist --force-reinstall
|
||||||
cd pyargus && pytest
|
cd pyargus && pytest
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue