We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f1f77 commit 8da43e0Copy full SHA for 8da43e0
.github/workflows/tests.yml
@@ -24,8 +24,10 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install pytest
+ pip install pytest pytest-timeout
28
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
+ pip install scipy
30
+ pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11
31
- name: Run tests
32
- pytest
33
+ pytest -vv --durations=0 ./tests
0 commit comments