Skip to content

Commit 26b7b19

Browse files
committed
change test install process
1 parent e1ebacb commit 26b7b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: "stratify tests (py${{ matrix.python-version }})"
7171
run: |
72-
python setup.py build_ext --inplace
7372
python -m pip install --no-deps --editable .
73+
python setup.py build_ext --inplace
7474
pytest ${{ matrix.cov-report }}
7575
${{ matrix.codecov }}

0 commit comments

Comments
 (0)