Skip to content

Commit e6527ec

Browse files
committed
Run tests pipeline using uv
1 parent 88b8087 commit e6527ec

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python }}
17-
cache: pip
17+
- name: Install uv
18+
uses: astral-sh/setup-uv@v3
19+
with:
20+
enable-cache: true
1821
- name: Install shroudstone
19-
run: pip install -e .[test]
22+
run: uv sync --all-extras --dev
2023
- name: Run tests
21-
run: python -m pytest
24+
run: uv run pytest

0 commit comments

Comments
 (0)