Skip to content

Commit 6b8a7eb

Browse files
committed
Update to use uv
1 parent 1b5f339 commit 6b8a7eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.10', '3.11', '3.12']
11+
python-version: ['3.12', '3.13', '3.14']
1212

1313
steps:
1414
- name: Install uv
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
uv install pytest cython
23+
uv pip install pytest cython
2424
uv pip install -e .
2525
- name: Test with pytest
2626
run: |

0 commit comments

Comments
 (0)