We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf79d8 commit b38f74fCopy full SHA for b38f74f
.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 meshio
+ CIBW_TEST_REQUIRES: pytest meshio trimesh
141
- name: Upload wheels
142
uses: actions/upload-artifact@v4
143
with:
0 commit comments