disable pytest concurrency for test_models

This commit is contained in:
Willem Melching 2022-01-04 14:29:44 +01:00
parent 5a77157ea4
commit 526448563c
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ jobs:
- name: Test car models
run: |
${{ env.RUN }} "scons -j$(nproc) --test && \
FILEREADER_CACHE=1 pytest -n 4 selfdrive/test/test_models.py && \
FILEREADER_CACHE=1 pytest selfdrive/test/test_models.py && \
chmod -R 777 /tmp/comma_download_cache"
env:
NUM_JOBS: 4