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 f1d65e0 commit ce89d43Copy full SHA for ce89d43
.github/workflows/python-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
run: uv venv
34
35
- name: Preinstall h5py as wheel only
36
- run: uv pip install --only-binary=:all: "h5py==3.13.0"
+ run: uv pip install "--only-binary=:all:" "h5py==3.13.0"
37
38
- name: Install the project
39
run: uv sync --extra dev
0 commit comments