File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments