Skip to content

Commit

Permalink
Merge pull request #1272 from gazebosim/azeey/9_to_12
Browse files Browse the repository at this point in the history
Merge sdf9 ➡️  sdf12
  • Loading branch information
azeey authored Apr 17, 2023
2 parents bacb133 + ef547e0 commit b466ca1
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 b466ca1

Please sign in to comment.