fix(ci): try to make pytest actually detect argus

This commit is contained in:
Anand Balakrishnan 2023-10-04 16:48:26 -07:00
parent ec0224d511
commit 10e09c0a12

View file

@ -47,7 +47,7 @@ jobs:
run: |
set -e
pip install pyargus --find-links dist --force-reinstall
pip install pytest pytest-cov hypothesis
pip install ./pyargus[test]
cd pyargus && pytest
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
@ -62,6 +62,7 @@ jobs:
pip3 install -U pip pytest pytest-cov hypothesis
run: |
set -e
pip3 install ./pyargus[test]
pip3 install pyargus --find-links dist --force-reinstall
cd pyargus && pytest
@ -92,8 +93,8 @@ jobs:
shell: bash
run: |
set -e
pip install ./pyargus[test]
pip install pyargus --find-links dist --force-reinstall
pip install pytest pytest-cov hypothesis
cd pyargus && pytest
macos:
@ -122,8 +123,8 @@ jobs:
shell: bash
run: |
set -e
pip install ./pyargus[test]
pip install pyargus --find-links dist --force-reinstall
pip install pytest pytest-cov hypothesis
cd pyargus && pytest
sdist: