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 042f320 commit 5fa6f72Copy full SHA for 5fa6f72
.github/workflows/build-wheels.yml
@@ -50,10 +50,7 @@ jobs:
50
CIBW_PRERELEASE_PYTHONS: True
51
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
52
CIBW_TEST_REQUIRES: pytest
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 {project}"
+ CIBW_TEST_COMMAND: "pytest {project}/tiledb/tests"
57
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
58
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}
59
with:
0 commit comments