diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c00ef57f3..f8b25c261 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -155,5 +155,5 @@ jobs: run: | cd ${{ matrix.FRIEND }} pip install -e . --no-deps - pytest -v -W ignore::pytest.PytestRemovedIn10Warning --ignore=gcsfs/tests/perf + pytest -v -W ignore::pytest.PytestRemovedIn10Warning --ignore=${{ matrix.FRIEND }}/tests/perf ${{ matrix.FRIEND }} cd ..