From 204014ab3c10264a32ce2dfa37d239730c8249c5 Mon Sep 17 00:00:00 2001 From: lukashergt Date: Wed, 24 Apr 2024 13:05:25 -0700 Subject: [PATCH] Revert "attempt at fixing macOS CI by brew installing hdf5" This reverts commit 968bdb34e53bb50f524ac561be285412496ec53f. --- .github/workflows/CI.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index a662ba6a..14e6534d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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: | @@ -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}