Skip to content

Commit

Permalink
Install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 27, 2024
1 parent b2f8f14 commit 2b4e5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: "Build TileDB-Py"
run: pip install --verbose .

- name: "Install test dependencies"
run: pip install pytest hypothesis psutil pyarrow

- name: "Run tests"
run: |
PROJECT_CWD=$PWD
Expand Down

0 comments on commit 2b4e5d2

Please sign in to comment.