Skip to content

Commit 6f11680

Browse files
committed
.
1 parent fd13239 commit 6f11680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ 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 && cd {package} && pytest'
139+
CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && cd {package} && pytest tests"
140+
CIBW_TEST_REQUIRES: "pytest"
140141
- name: Upload wheels
141142
uses: actions/upload-artifact@v4
142143
with:

0 commit comments

Comments
 (0)