We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c0a91 commit 1ffcb15Copy full SHA for 1ffcb15
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- python -m pip install pytest numpy
+ python -m pip install pytest numpy torch
19
20
- name: Run Tests
21
0 commit comments