Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit da951c4

Browse files
committed
Update to use uv
1 parent c960f6b commit da951c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
uv pip install pytest cython --system
23+
uv sync
24+
uv pip install pytest
2425
uv pip install -e .
2526
- name: Test with pytest
2627
run: |

0 commit comments

Comments
 (0)