Skip to content

Commit 1e43339

Browse files
authored
Merge pull request #1145 from dandi/no-py3.10-specials
Installing hdf5 for Python 3.10 is no longer needed
2 parents faa0782 + 3b0ca12 commit 1e43339

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

-10
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.python }}
6262

63-
- name: Install hdf5 (Ubuntu)
64-
if: matrix.python == '3.10' && startsWith(matrix.os, 'ubuntu')
65-
run: sudo apt-get update && sudo apt-get install -y libhdf5-dev
66-
67-
- name: Install hdf5 (macOS)
68-
if: matrix.python == '3.10' && startsWith(matrix.os, 'macos')
69-
run: |
70-
brew install [email protected]
71-
72-
7363
- name: Install dependencies
7464
run: |
7565
python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)