Skip to content

Commit

Permalink
Try to be less hacky with the Python install
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Mar 13, 2024
1 parent ce80727 commit 98ad0ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ runs:
run: |
brew unlink python@3 || true
brew uninstall --ignore-dependencies python@3 || true
brew install --overwrite --force python@3 || true
brew link --overwrite --force python@3
brew install --overwrite --force python@3
shell: bash
- name: Install QEMU, Docker client, and Docker Compose
env:
Expand Down

0 comments on commit 98ad0ea

Please sign in to comment.