diff --git a/.github/workflows/ffcx-tests.yml b/.github/workflows/ffcx-tests.yml index 67cf9d897..58593b500 100644 --- a/.github/workflows/ffcx-tests.yml +++ b/.github/workflows/ffcx-tests.yml @@ -60,4 +60,9 @@ jobs: - name: Install FFCx run: pip install ./ffcx[ci] - name: Run FFCx tests - run: pytest -n auto --ignore=ffcx/test/test_lnodes.py --ignore=ffcx/test/test_custom_data.py ffcx/test + working-directory: ffcx/test + run: > + pytest . + -n auto + --ignore=ffcx/test/test_lnodes.py + --ignore=ffcx/test/test_custom_data.py