Skip to content

Commit ca5eca9

Browse files
committed
.
1 parent fbfb509 commit ca5eca9

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
@@ -136,7 +136,7 @@ jobs:
136136
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
137137
CIBW_ENVIRONMENT_MACOS: >-
138138
PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.platform.macosx_deployment_target }}
139-
CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytestpysplashsurf/tests"
139+
CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytest pysplashsurf/tests"
140140
CIBW_TEST_SOURCES: "pysplashsurf/tests"
141141
CIBW_TEST_REQUIRES: pytest meshio trimesh rtree scipy
142142
- name: Upload wheels

0 commit comments

Comments
 (0)