mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #4725 from freqtrade/brew_install
Update brew before installing packages
This commit is contained in:
commit
b60c2bc9b6
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -148,6 +148,7 @@ jobs:
|
|||
|
||||
- name: Installation - macOS
|
||||
run: |
|
||||
brew update
|
||||
brew install hdf5 c-blosc
|
||||
python -m pip install --upgrade pip
|
||||
export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH
|
||||
|
|
Loading…
Reference in New Issue
Block a user