Fix xdist dependency change

pull/1649/head
Ross Wightman 2 years ago
parent 94aed25224
commit 3044b1a1cb

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

Loading…
Cancel
Save