Skip to content

Commit

Permalink
chore: try to reproduce 'label empty or too long' on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Dec 10, 2024
1 parent dc05b42 commit 42ea986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Setup Tools/Dependencies macOS
if: runner.os == 'macOS'
run: |
sudo scutil --set HostName $(head -c 65 < /dev/zero | tr '\0' 'a')
brew install aspell
# Add additional packages on 3.11: https://github.com/ethereum/execution-spec-tests/issues/274
if [ ${{ matrix.python }} == '3.11' ]; then brew install autoconf automake libtool; fi
Expand Down

0 comments on commit 42ea986

Please sign in to comment.