Skip to content

Commit 1799f5f

Browse files
committed
Actions fix attempt 2
1 parent e8085e7 commit 1799f5f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
cache: "pip"
2121
cache-dependency-path: "**/pyproject.toml"
22-
- name: Install HDF5 (macOS only)
23-
if: runner.os == 'macOS'
24-
run: brew install hdf5 c-blosc2
25-
- name: Set HDF5_DIR environment variable (macOS only)
26-
if: runner.os == 'macOS'
27-
run: echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
2822
- name: Install dependencies
2923
run: |
3024
python -m pip install --upgrade pip

.github/workflows/run-examples.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
cache: "pip"
2121
cache-dependency-path: "**/pyproject.toml"
22-
- name: Install HDF5 (macOS only)
23-
if: runner.os == 'macOS'
24-
run: brew install hdf5 c-blosc2
25-
- name: Set HDF5_DIR environment variable (macOS only)
26-
if: runner.os == 'macOS'
27-
run: echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
2822
- name: Install dependencies
2923
run: |
3024
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)