Skip to content

Commit f73dcb8

Browse files
committed
Add test requirements
1 parent 210a75e commit f73dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# __init__.py interferes with the tests and is included as local file instead of
5353
# used from wheel
5454
CIBW_BEFORE_TEST: rm {project}/tiledb/__init__.py
55-
CIBW_TEST_REQUIRES: pytest
55+
CIBW_TEST_REQUIRES: pytest hypothesis psutil pyarrow
5656
CIBW_TEST_COMMAND: pytest {project}/tiledb/tests
5757
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
5858
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}

0 commit comments

Comments
 (0)