fix(ci): try to make pytest actually detect argus
This commit is contained in:
parent
ec0224d511
commit
10e09c0a12
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue