From e3a5fe0cf8e18f904a9d2161a397c2dc1615e1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Th=C3=A9venoux?= Date: Sun, 5 May 2024 11:26:55 +0200 Subject: [PATCH] CI: fix externally-managed-environment error in brew --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 215249a..4871dfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,8 @@ jobs: run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install mpfr - pip3 install e3-testsuite + brew install pipx + pipx install e3-testsuite - name: Build and test admpfr continue-on-error: true # remove when https://github.com/actions/runner-images/issues/8642 is fixed