Skip to content

Commit 80f762c

Browse files
committed
Update gmsh extra to meshwell for palace tests in CI
1 parent b19fd7b commit 80f762c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
palace --help || echo "Palace help failed but container exists"
125125
- name: Test with pytest
126-
run: sudo env "PATH=$PATH" "$(which uv)" run --extra dev --extra gmsh pytest gplugins/palace -v
126+
run: sudo env "PATH=$PATH" "$(which uv)" run --extra dev --extra meshwell pytest gplugins/palace -v
127127

128128
test_code_coverage:
129129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)