mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
chore: try removing all brew install steps
(hdf5 provides proper wheels now)
This commit is contained in:
parent
12560e983c
commit
f443b1426f
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
|
@ -174,29 +174,29 @@ jobs:
|
|||
run: |
|
||||
cd build_helpers && ./install_ta-lib.sh ${HOME}/dependencies/; cd ..
|
||||
|
||||
- name: Installation - macOS (Brew)
|
||||
run: |
|
||||
# brew update
|
||||
# TODO: Should be the brew upgrade
|
||||
# homebrew fails to update python due to unlinking failures
|
||||
# https://github.com/actions/runner-images/issues/6817
|
||||
rm /usr/local/bin/2to3 || true
|
||||
rm /usr/local/bin/2to3-3.11 || true
|
||||
rm /usr/local/bin/2to3-3.12 || true
|
||||
rm /usr/local/bin/idle3 || true
|
||||
rm /usr/local/bin/idle3.11 || true
|
||||
rm /usr/local/bin/idle3.12 || true
|
||||
rm /usr/local/bin/pydoc3 || true
|
||||
rm /usr/local/bin/pydoc3.11 || true
|
||||
rm /usr/local/bin/pydoc3.12 || true
|
||||
rm /usr/local/bin/python3 || true
|
||||
rm /usr/local/bin/python3.11 || true
|
||||
rm /usr/local/bin/python3.12 || true
|
||||
rm /usr/local/bin/python3-config || true
|
||||
rm /usr/local/bin/python3.11-config || true
|
||||
rm /usr/local/bin/python3.12-config || true
|
||||
# - name: Installation - macOS (Brew)
|
||||
# run: |
|
||||
# # brew update
|
||||
# # TODO: Should be the brew upgrade
|
||||
# # homebrew fails to update python due to unlinking failures
|
||||
# # https://github.com/actions/runner-images/issues/6817
|
||||
# rm /usr/local/bin/2to3 || true
|
||||
# rm /usr/local/bin/2to3-3.11 || true
|
||||
# rm /usr/local/bin/2to3-3.12 || true
|
||||
# rm /usr/local/bin/idle3 || true
|
||||
# rm /usr/local/bin/idle3.11 || true
|
||||
# rm /usr/local/bin/idle3.12 || true
|
||||
# rm /usr/local/bin/pydoc3 || true
|
||||
# rm /usr/local/bin/pydoc3.11 || true
|
||||
# rm /usr/local/bin/pydoc3.12 || true
|
||||
# rm /usr/local/bin/python3 || true
|
||||
# rm /usr/local/bin/python3.11 || true
|
||||
# rm /usr/local/bin/python3.12 || true
|
||||
# rm /usr/local/bin/python3-config || true
|
||||
# rm /usr/local/bin/python3.11-config || true
|
||||
# rm /usr/local/bin/python3.12-config || true
|
||||
|
||||
brew install hdf5 c-blosc libomp
|
||||
# brew install hdf5 c-blosc libomp
|
||||
|
||||
- name: Installation (python)
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user