Fix xdist dependency change

This commit is contained in:
Ross Wightman 2022-10-26 22:32:32 -07:00
parent 4714a4910e
commit 8ff45e41f7

View File

@ -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 }}