mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix xdist dependency change
This commit is contained in:
parent
4714a4910e
commit
8ff45e41f7
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Install testing dependencies
|
- name: Install testing dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
- name: Install torch on mac
|
||||||
if: startsWith(matrix.os, 'macOS')
|
if: startsWith(matrix.os, 'macOS')
|
||||||
run: pip install --no-cache-dir torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}
|
run: pip install --no-cache-dir torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user