Update brew before installing packages

This commit is contained in:
Matthias 2021-04-12 20:03:37 +02:00
parent f1ac6853fc
commit 1194d0c0f4

View File

@ -148,6 +148,7 @@ jobs:
- name: Installation - macOS - name: Installation - macOS
run: | run: |
brew update
brew install hdf5 c-blosc brew install hdf5 c-blosc
python -m pip install --upgrade pip python -m pip install --upgrade pip
export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH