Skip to content

Commit 1009423

Browse files
committed
Update python-tests.yml
1 parent 031e0b3 commit 1009423

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/python-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)