Skip to content

Commit b95af3f

Browse files
committed
remove --no-deps from tests workflow
1 parent 17fd156 commit b95af3f

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
@@ -70,6 +70,6 @@ jobs:
7070
- name: "stratify tests (py${{ matrix.python-version }})"
7171
run: |
7272
python setup.py build_ext --inplace
73-
python -m pip install --no-deps --editable .
73+
python -m pip install --editable .
7474
pytest ${{ matrix.cov-report }}
7575
${{ matrix.codecov }}

0 commit comments

Comments
 (0)