Skip to content

Commit

Permalink
remove --no-deps from tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Dec 4, 2024
1 parent 17fd156 commit b95af3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
- name: "stratify tests (py${{ matrix.python-version }})"
run: |
python setup.py build_ext --inplace
python -m pip install --no-deps --editable .
python -m pip install --editable .
pytest ${{ matrix.cov-report }}
${{ matrix.codecov }}

0 comments on commit b95af3f

Please sign in to comment.