Skip to content

Commit 042f320

Browse files
committed
Fix pytest command
1 parent cff8080 commit 042f320

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
@@ -53,7 +53,7 @@ jobs:
5353
# This command should be just `pytest`, however, our tests require test data and those are only in the
5454
# original {project} folder. The cibuildwheel logic unfortunately creates an empty folder for tests, changes
5555
# directory there and so our tests will search for data folder in a completely different working directory.
56-
CIBW_TEST_COMMAND: "pytest"
56+
CIBW_TEST_COMMAND: "pytest {project}"
5757
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
5858
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}
5959
with:

0 commit comments

Comments
 (0)