Skip to content

Commit

Permalink
Install testing dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 21, 2024
1 parent 0b429c4 commit 8ed0840
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 @@ -57,6 +57,9 @@ jobs:
- name: Print pip debug info
run: pip debug --verbose

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

# Remove after upstream PR fully-deployed:
# - https://github.com/actions/runner-images/pull/7125
- name: "Install homebrew dependencies"
Expand Down

0 comments on commit 8ed0840

Please sign in to comment.