We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd13239 commit 6f11680Copy full SHA for 6f11680
.github/workflows/pysplashsurf_CI.yml
@@ -136,7 +136,8 @@ jobs:
136
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
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'
+ CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && cd {package} && pytest tests"
140
+ CIBW_TEST_REQUIRES: "pytest"
141
- name: Upload wheels
142
uses: actions/upload-artifact@v4
143
with:
0 commit comments