Skip to content

Commit

Permalink
Fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 20, 2024
1 parent cff8080 commit 042f320
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 @@ -53,7 +53,7 @@ jobs:
# This command should be just `pytest`, however, our tests require test data and those are only in the
# original {project} folder. The cibuildwheel logic unfortunately creates an empty folder for tests, changes
# directory there and so our tests will search for data folder in a completely different working directory.
CIBW_TEST_COMMAND: "pytest"
CIBW_TEST_COMMAND: "pytest {project}"
CIBW_ENVIRONMENT: TILEDB_REST_TOKEN=${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
SYSTEM_VERSION_COMPAT: ${{ startsWith(matrix.os, 'macos-') }}
with:
Expand Down

0 comments on commit 042f320

Please sign in to comment.