Skip to content

Commit 03105ca

Browse files
committed
.
1 parent 1fe1c70 commit 03105ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
CIBW_ENVIRONMENT_MACOS: >-
138138
PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.platform.macosx_deployment_target }}
139139
CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytest tests"
140-
CIBW_TEST_SOURCES: "{package}/tests"
140+
CIBW_TEST_SOURCES: "pysplashsurf/tests"
141141
CIBW_TEST_REQUIRES: pytest meshio trimesh rtree scipy
142142
- name: Upload wheels
143143
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)