Skip to content

Commit

Permalink
Revert "attempt at fixing macOS CI by brew installing hdf5"
Browse files Browse the repository at this point in the history
This reverts commit 968bdb3.
  • Loading branch information
lukashergt committed Apr 24, 2024
1 parent c9f912f commit 204014a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install hdf5 for macOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew install hdf5 c-blosc

- name: Install dependencies
run: |
Expand Down Expand Up @@ -113,9 +110,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install hdf5 for macOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew install hdf5 c-blosc

- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 204014a

Please sign in to comment.