Skip to content

Commit b7ace65

Browse files
authored
fix mac ci with homebrew workaround (#328)
1 parent a05f9f4 commit b7ace65

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ jobs:
2323
python_version: ['3.8']
2424

2525
steps:
26+
- name: (Mac) Workaround for homebrew
27+
shell: bash
28+
if: runner.os == 'macOS'
29+
run: |
30+
rm -f /usr/local/bin/2to3
31+
rm -f /usr/local/bin/idle3
32+
rm -f /usr/local/bin/pydoc3
33+
rm -f /usr/local/bin/python3
34+
rm -f /usr/local/bin/python3-config
35+
rm -f /usr/local/bin/2to3-3.11
36+
rm -f /usr/local/bin/idle3.11
37+
rm -f /usr/local/bin/pydoc3.11
38+
rm -f /usr/local/bin/python3.11
39+
rm -f /usr/local/bin/python3.11-config
40+
2641
- name: Setup SOFA and environment
2742
id: sofa
2843
uses: sofa-framework/sofa-setup-action@v4

0 commit comments

Comments
 (0)