We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1903f05 commit 81c83f4Copy full SHA for 81c83f4
1 file changed
.github/workflows/typeguard.yml
@@ -12,8 +12,8 @@ jobs:
12
- name: Set up Python ${{ matrix.python-version }}
13
uses: actions/setup-python@v5
14
with:
15
- python-version: "3.11"
16
- - name: Install dependencies
17
- run: pip install nox
+ python-version: "3.13"
+ - name: Install uv
+ uses: astral-sh/setup-uv@v6
18
- name: Test with nox
19
- run: nox -e pytest_typeguard
+ run: uv run --group nox nox -e pytest_typeguard
0 commit comments