From f73dcb856ccb66cbbbfea73b18f6fd312a8c120a Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Tue, 21 May 2024 09:46:15 +0200 Subject: [PATCH] Add test requirements --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 442d1dc216..2adbd4dec3 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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-') }}