From 42ea986c6995541a77e5516b6642cfc593513f12 Mon Sep 17 00:00:00 2001 From: danceratopz Date: Tue, 10 Dec 2024 12:39:46 +0100 Subject: [PATCH] chore: try to reproduce 'label empty or too long' on macOS --- .github/workflows/tox_verify.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tox_verify.yaml b/.github/workflows/tox_verify.yaml index f2591d45db..031afb6b29 100644 --- a/.github/workflows/tox_verify.yaml +++ b/.github/workflows/tox_verify.yaml @@ -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