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 b19fd7b commit 80f762cCopy full SHA for 80f762c
.github/workflows/test_code.yml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
palace --help || echo "Palace help failed but container exists"
125
- name: Test with pytest
126
- run: sudo env "PATH=$PATH" "$(which uv)" run --extra dev --extra gmsh pytest gplugins/palace -v
+ run: sudo env "PATH=$PATH" "$(which uv)" run --extra dev --extra meshwell pytest gplugins/palace -v
127
128
test_code_coverage:
129
runs-on: ubuntu-latest
0 commit comments