Install extra dependencies required by some models and log test durations

pull/143/head
michal 4 years ago
parent 16f1f77b41
commit 8da43e0617

@ -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…
Cancel
Save