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 5055c54 commit aace66bCopy full SHA for aace66b
.github/workflows/build-mac.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run smoke tests
52
run: |
53
. ../firedrake_venv/bin/activate
54
- python -m pytest -v tests/regression/ -k "poisson_strong or stokes_mini or dg_advection"
+ python -m pytest -v tests/firedrake/regression/ -k "poisson_strong or stokes_mini or dg_advection"
55
timeout-minutes: 30
56
- name: Post-run cleanup
57
if: ${{ always() }}
0 commit comments