Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored Feb 1, 2024
2 parents d50d314 + 53fb48d commit b2d8cb3
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 b2d8cb3

Please sign in to comment.