Skip to content

Commit 3044b1a

Browse files
committed
Fix xdist dependency change
1 parent 94aed25 commit 3044b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install testing dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install pytest pytest-timeout pytest-xdist expecttest
33+
pip install pytest pytest-timeout pytest-xdist pytest-forked expecttest
3434
- name: Install torch on mac
3535
if: startsWith(matrix.os, 'macOS')
3636
run: pip install --no-cache-dir torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}

0 commit comments

Comments
 (0)