We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b88c4 commit 6bc106eCopy full SHA for 6bc106e
1 file changed
.github/workflows/ffcx-tests.yml
@@ -60,4 +60,9 @@ jobs:
60
- name: Install FFCx
61
run: pip install ./ffcx[ci]
62
- name: Run FFCx tests
63
- run: pytest -n auto --ignore=ffcx/test/test_lnodes.py --ignore=ffcx/test/test_custom_data.py ffcx/test
+ 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