From 041709b470bdc993c9c5b4e926791a694119a632 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 d6474086..f85aff42 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 }}