Merge pull request #4725 from freqtrade/brew_install

Update brew before installing packages
This commit is contained in:
Matthias 2021-04-13 06:06:51 +02:00 committed by GitHub
commit b60c2bc9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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