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