We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cbaa4 commit 864937fCopy full SHA for 864937f
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install dependencies
55
run: |
56
pip install -U pip
57
- pip install pytest hypothesis
+ pip install pytest hypothesis numpy
58
pip install torch --index-url https://download.pytorch.org/whl/cpu
59
60
- name: Verify Python syntax
0 commit comments