Skip to content

Commit

Permalink
CI: fix externally-managed-environment error in brew
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed May 5, 2024
1 parent f9d73ff commit e3a5fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a5fe0

Please sign in to comment.