We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ebacb commit 26b7b19Copy full SHA for 26b7b19
1 file changed
.github/workflows/ci-tests.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: "stratify tests (py${{ matrix.python-version }})"
71
run: |
72
- python setup.py build_ext --inplace
73
python -m pip install --no-deps --editable .
+ python setup.py build_ext --inplace
74
pytest ${{ matrix.cov-report }}
75
${{ matrix.codecov }}
0 commit comments