From 469cfc08031eff0fffa0af0d222537513b0df09b Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 6 Dec 2023 16:15:13 -0600 Subject: [PATCH] [build] macos attempt no.3 Authored by: bashonly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a7b78382ad7..e87c9a7f91cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -242,7 +242,7 @@ jobs: # NB: Building universal2 does not work with python from actions/setup-python - name: Install Requirements run: | - brew install coreutils sed + brew install coreutils gnu-sed python3 -m pip install -U --user pip setuptools wheel delocate # curl_cffi must be removed from reqs gsed -i -E '/^curl_cffi.*/d' requirements.txt