File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,25 @@ jobs:
1919
2020 steps :
2121 - uses : actions/checkout@v4
22-
2322 - name : Install uv
2423 uses : astral-sh/setup-uv@v5
2524 with :
2625 enable-cache : true
2726 cache-dependency-glob : " uv.lock"
28-
2927 - name : Install Python (pin to a wheel-friendly version)
30- run : |
28+ run : |
3129 uv python install 3.12
3230 uv python pin 3.12
3331
3432 - name : Create virtualenv
35- run : uv venv
33+ run : uv venv
3634
3735 - name : Preinstall h5py as wheel only
38- run : uv pip install --only-binary=:all: "h5py==3.13.0"
36+ run : uv pip install --only-binary=:all: "h5py==3.13.0"
3937
4038 - name : Install the project
41- run : uv sync --extra dev
39+ run : uv sync --extra dev
4240
4341 - name : Run tests
44- run : uv run pytest tests
42+ run : uv run pytest tests
4543
You can’t perform that action at this time.
0 commit comments