Skip to content

Commit

Permalink
ci - github runners fail to download the DSP8010 zip
Browse files Browse the repository at this point in the history
try adding the workarounds mentioned in
actions/runner-images#1187
  • Loading branch information
commonism committed May 27, 2024
1 parent 112fcd5 commit eefb5e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
pdm use -f $PYTHON
pdm install -d
# https://github.com/actions/virtual-environments/issues/1187
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off
- name: Setup description documents
run: |
pdm run pytest --cov=tests/test_description_documents --cov-report=xml:./coverage/reports/coverage-description_documents-tests.xml tests/description_documents_test.py
Expand Down

0 comments on commit eefb5e3

Please sign in to comment.