diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aeca94..420aaee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}