ci: macos and windows can't handle install from wheel...

This commit is contained in:
Anand Balakrishnan 2023-10-04 17:12:25 -07:00
parent 71def21d02
commit 5f07fca816

View file

@ -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: