Skip to content

Commit

Permalink
Add workaround for GHA macos networking issues (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 5, 2021
1 parent eff1cb7 commit 1ce450b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ jobs:
FORCE_COLOR: 1

steps:
- name: MacOS workaround for https://github.com/actions/virtual-environments/issues/1187
if: ${{ matrix.os == 'macOS-latest' }}
run: |
sudo sysctl -w net.link.generic.system.hwcksum_tx=0
sudo sysctl -w net.link.generic.system.hwcksum_rx=0
- uses: actions/checkout@v2
with:
fetch-depth: 0 # needed by setuptools-scm
Expand Down

0 comments on commit 1ce450b

Please sign in to comment.