We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b5c91 commit 5da04d9Copy full SHA for 5da04d9
.github/workflows/build-and-run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
if: runner.os == 'macOS'
29
run: |
30
echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
31
- echo "BLOSC_DIR=$(brew --prefix c-blosc2)" >> $GITHUB_ENV
+ echo "BLOSC2_DIR=$(brew --prefix c-blosc2)" >> $GITHUB_ENV
32
- name: Install dependencies
33
34
python -m pip install --upgrade pip
.github/workflows/run-examples.yml
python -m pip install --upgrade pip setuptools wheel
0 commit comments