Skip to content

Commit 8ed0840

Browse files
committed
Install testing dependencies in CI
1 parent 0b429c4 commit 8ed0840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Print pip debug info
5858
run: pip debug --verbose
5959

60+
- name: Install testing dependencies
61+
run: pip install pytest hypothesis psutil pyarrow
62+
6063
# Remove after upstream PR fully-deployed:
6164
# - https://github.com/actions/runner-images/pull/7125
6265
- name: "Install homebrew dependencies"

0 commit comments

Comments
 (0)