We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe1c70 commit 03105caCopy full SHA for 03105ca
.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 && pytest tests"
140
- CIBW_TEST_SOURCES: "{package}/tests"
+ CIBW_TEST_SOURCES: "pysplashsurf/tests"
141
CIBW_TEST_REQUIRES: pytest meshio trimesh rtree scipy
142
- name: Upload wheels
143
uses: actions/upload-artifact@v4
0 commit comments