Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Jun 20, 2024
1 parent 01cf151 commit 6cbd959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and install TileDB-Py and dependencies
run: python -m pip install --verbose .
run: python -m pip install --verbose .[test]

- name: Run tests
run: |
Expand Down

0 comments on commit 6cbd959

Please sign in to comment.