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 210a75e commit f73dcb8Copy full SHA for f73dcb8
.github/workflows/build-wheels.yml
@@ -52,7 +52,7 @@ jobs:
52
# __init__.py interferes with the tests and is included as local file instead of
53
# used from wheel
54
CIBW_BEFORE_TEST: rm {project}/tiledb/__init__.py
55
- CIBW_TEST_REQUIRES: pytest
+ CIBW_TEST_REQUIRES: pytest hypothesis psutil pyarrow
56
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-') }}
0 commit comments