Skip to content

Commit

Permalink
remove -k arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Feb 1, 2024
1 parent ca23ae6 commit de34c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest -n 0 --durations 0 -v -m "not slow" -k ${{ matrix.pytest-file }}
pytest -n 0 --durations 0 -v -m "not slow" ${{ matrix.pytest-file }}

0 comments on commit de34c0d

Please sign in to comment.