mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Install extra dependencies required by some models and log test durations
This commit is contained in:
parent
16f1f77b41
commit
8da43e0617
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -24,8 +24,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
pip install pytest pytest-timeout
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
pip install scipy
|
||||
pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest -vv --durations=0 ./tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user