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: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
pip install pyargus --find-links dist --force-reinstall
|
pip install pyargus --find-links dist --force-reinstall
|
||||||
pip install pytest pytest-cov hypothesis
|
pip install ./pyargus[test]
|
||||||
cd pyargus && pytest
|
cd pyargus && pytest
|
||||||
- name: pytest
|
- name: pytest
|
||||||
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
|
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
|
||||||
|
|
@ -62,6 +62,7 @@ jobs:
|
||||||
pip3 install -U pip pytest pytest-cov hypothesis
|
pip3 install -U pip pytest pytest-cov hypothesis
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
pip3 install ./pyargus[test]
|
||||||
pip3 install pyargus --find-links dist --force-reinstall
|
pip3 install pyargus --find-links dist --force-reinstall
|
||||||
cd pyargus && pytest
|
cd pyargus && pytest
|
||||||
|
|
||||||
|
|
@ -92,8 +93,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
pip install ./pyargus[test]
|
||||||
pip install pyargus --find-links dist --force-reinstall
|
pip install pyargus --find-links dist --force-reinstall
|
||||||
pip install pytest pytest-cov hypothesis
|
|
||||||
cd pyargus && pytest
|
cd pyargus && pytest
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
|
@ -122,8 +123,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
pip install ./pyargus[test]
|
||||||
pip install pyargus --find-links dist --force-reinstall
|
pip install pyargus --find-links dist --force-reinstall
|
||||||
pip install pytest pytest-cov hypothesis
|
|
||||||
cd pyargus && pytest
|
cd pyargus && pytest
|
||||||
|
|
||||||
sdist:
|
sdist:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue