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 17fd156 commit b95af3fCopy full SHA for b95af3f
.github/workflows/ci-tests.yml
@@ -70,6 +70,6 @@ jobs:
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 -m pip install --editable .
74
pytest ${{ matrix.cov-report }}
75
${{ matrix.codecov }}
0 commit comments