Skip to content

Commit

Permalink
Fix GitHub Actions on macOS (#1271)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Apr 12, 2023
1 parent 133bc87 commit 88de84f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
# Workaround for https://github.com/actions/setup-python/issues/577
- name: Clean up python binaries
run: |
rm /usr/local/bin/2to3;
rm /usr/local/bin/idle3;
rm /usr/local/bin/pydoc3;
rm /usr/local/bin/python3;
rm /usr/local/bin/python3-config;
rm -f /usr/local/bin/2to3*;
rm -f /usr/local/bin/idle3*;
rm -f /usr/local/bin/pydoc3*;
rm -f /usr/local/bin/python3*;
rm -f /usr/local/bin/python3*-config;
- name: Install base dependencies
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
Expand Down

0 comments on commit 88de84f

Please sign in to comment.