We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f11680 commit bcf79d8Copy full SHA for bcf79d8
.github/workflows/pysplashsurf_CI.yml
@@ -137,7 +137,7 @@ jobs:
137
CIBW_ENVIRONMENT_MACOS: >-
138
PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.platform.macosx_deployment_target }}
139
CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && cd {package} && pytest tests"
140
- CIBW_TEST_REQUIRES: "pytest"
+ CIBW_TEST_REQUIRES: pytest meshio
141
- name: Upload wheels
142
uses: actions/upload-artifact@v4
143
with:
0 commit comments