Skip to content

Commit a7c4ec6

Browse files
committed
chore: try without brew python fixes
Should work now since we're using UV...
1 parent f7b934b commit a7c4ec6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -170,24 +170,6 @@ jobs:
170170
run: |
171171
# brew update
172172
# TODO: Should be the brew upgrade
173-
# homebrew fails to update python due to unlinking failures
174-
# https://github.com/actions/runner-images/issues/6817
175-
rm /usr/local/bin/2to3 || true
176-
rm /usr/local/bin/2to3-3.11 || true
177-
rm /usr/local/bin/2to3-3.12 || true
178-
rm /usr/local/bin/idle3 || true
179-
rm /usr/local/bin/idle3.11 || true
180-
rm /usr/local/bin/idle3.12 || true
181-
rm /usr/local/bin/pydoc3 || true
182-
rm /usr/local/bin/pydoc3.11 || true
183-
rm /usr/local/bin/pydoc3.12 || true
184-
rm /usr/local/bin/python3 || true
185-
rm /usr/local/bin/python3.11 || true
186-
rm /usr/local/bin/python3.12 || true
187-
rm /usr/local/bin/python3-config || true
188-
rm /usr/local/bin/python3.11-config || true
189-
rm /usr/local/bin/python3.12-config || true
190-
191173
brew install libomp
192174
193175
- name: Installation (python)

0 commit comments

Comments
 (0)