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 cff8080 commit 042f320Copy full SHA for 042f320
.github/workflows/build-wheels.yml
@@ -53,7 +53,7 @@ jobs:
53
# This command should be just `pytest`, however, our tests require test data and those are only in the
54
# original {project} folder. The cibuildwheel logic unfortunately creates an empty folder for tests, changes
55
# directory there and so our tests will search for data folder in a completely different working directory.
56
- CIBW_TEST_COMMAND: "pytest"
+ CIBW_TEST_COMMAND: "pytest {project}"
57
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
58
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}
59
with:
0 commit comments