Skip to content

Commit aace66b

Browse files
committed
fixup from pyop2 merge
1 parent 5055c54 commit aace66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run smoke tests
5252
run: |
5353
. ../firedrake_venv/bin/activate
54-
python -m pytest -v tests/regression/ -k "poisson_strong or stokes_mini or dg_advection"
54+
python -m pytest -v tests/firedrake/regression/ -k "poisson_strong or stokes_mini or dg_advection"
5555
timeout-minutes: 30
5656
- name: Post-run cleanup
5757
if: ${{ always() }}

0 commit comments

Comments
 (0)