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 94aed25 commit 3044b1aCopy full SHA for 3044b1a
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install testing dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install pytest pytest-timeout pytest-xdist expecttest
+ pip install pytest pytest-timeout pytest-xdist pytest-forked expecttest
34
- name: Install torch on mac
35
if: startsWith(matrix.os, 'macOS')
36
run: pip install --no-cache-dir torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}
0 commit comments