Skip to content

Commit

Permalink
disable pytest concurrency for test_models
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jan 4, 2022
1 parent 5a77157 commit 5264485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5264485

Please sign in to comment.