Skip to content

Commit 81c83f4

Browse files
committed
typeguard
1 parent 1903f05 commit 81c83f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/typeguard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.11"
16-
- name: Install dependencies
17-
run: pip install nox
15+
python-version: "3.13"
16+
- name: Install uv
17+
uses: astral-sh/setup-uv@v6
1818
- name: Test with nox
19-
run: nox -e pytest_typeguard
19+
run: uv run --group nox nox -e pytest_typeguard

0 commit comments

Comments
 (0)