Skip to content

Commit 6bc106e

Browse files
Fix FFCx CI (#981)
1 parent 23b88c4 commit 6bc106e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ffcx-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ jobs:
6060
- name: Install FFCx
6161
run: pip install ./ffcx[ci]
6262
- name: Run FFCx tests
63-
run: pytest -n auto --ignore=ffcx/test/test_lnodes.py --ignore=ffcx/test/test_custom_data.py ffcx/test
63+
working-directory: ffcx/test
64+
run: >
65+
pytest .
66+
-n auto
67+
--ignore=ffcx/test/test_lnodes.py
68+
--ignore=ffcx/test/test_custom_data.py

0 commit comments

Comments
 (0)