Skip to content

Commit 864937f

Browse files
committed
fix(ci): add numpy dependency for CPU tests
1 parent 92cbaa4 commit 864937f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install dependencies
5555
run: |
5656
pip install -U pip
57-
pip install pytest hypothesis
57+
pip install pytest hypothesis numpy
5858
pip install torch --index-url https://download.pytorch.org/whl/cpu
5959
6060
- name: Verify Python syntax

0 commit comments

Comments
 (0)