From 3044b1a1cb639cf8904b410febead56c5b0ebdaa Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 26 Oct 2022 22:32:32 -0700 Subject: [PATCH] Fix xdist dependency change --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbe1a268..8fac4e4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - name: Install testing dependencies run: | python -m pip install --upgrade pip - pip install pytest pytest-timeout pytest-xdist expecttest + pip install pytest pytest-timeout pytest-xdist pytest-forked expecttest - name: Install torch on mac if: startsWith(matrix.os, 'macOS') run: pip install --no-cache-dir torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}