mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Attempt brew fix
This commit is contained in:
parent
ce13ce4b10
commit
9ea8792d3c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -149,6 +149,7 @@ jobs:
|
|||
run: |
|
||||
# homebrew fails to update python 3.9.1 to 3.9.1.1 due to unlinking failure
|
||||
rm /usr/local/bin/2to3 || true
|
||||
rm /usr/local/bin/2to3-3.11 || true
|
||||
# homebrew fails to update python from 3.9 to 3.10 due to another unlinking failure
|
||||
rm /usr/local/bin/idle3 || true
|
||||
rm /usr/local/bin/pydoc3 || true
|
||||
|
|
Loading…
Reference in New Issue
Block a user