Skip to content

Commit 4630580

Browse files
committed
run tests with uv
1 parent c1a2aab commit 4630580

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-python@v3
2020
with:
2121
python-version: "3.13"
22+
- name: Install dependencies
23+
run: |
24+
python -m pip install --upgrade pip
25+
pip install uv
2226
- name: Test with pytest
2327
run: |
2428
uv run pytest

0 commit comments

Comments
 (0)