Skip to content

Commit

Permalink
Add test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 21, 2024
1 parent 210a75e commit f73dcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# __init__.py interferes with the tests and is included as local file instead of
# used from wheel
CIBW_BEFORE_TEST: rm {project}/tiledb/__init__.py
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_REQUIRES: pytest hypothesis psutil pyarrow
CIBW_TEST_COMMAND: pytest {project}/tiledb/tests
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}
Expand Down

0 comments on commit f73dcb8

Please sign in to comment.