Skip to content

Commit ce89d43

Browse files
committed
Update python-tests.yml
1 parent f1d65e0 commit ce89d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: uv venv
3434

3535
- name: Preinstall h5py as wheel only
36-
run: uv pip install --only-binary=:all: "h5py==3.13.0"
36+
run: uv pip install "--only-binary=:all:" "h5py==3.13.0"
3737

3838
- name: Install the project
3939
run: uv sync --extra dev

0 commit comments

Comments
 (0)