Skip to content

Commit f0a8683

Browse files
committed
uv in CI.
1 parent 2589583 commit f0a8683

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
schedule:
1313
# Daily at 8:33
1414
- cron: "33 8 * * *"
15+
workflow_dispatch:
1516

1617
env:
1718
PIP_DISABLE_PIP_VERSION_CHECK: "1"
@@ -42,7 +43,7 @@ jobs:
4243
noxenv: ${{ fromJson(needs.list.outputs.noxenvs) }}
4344
posargs: [""]
4445
include:
45-
- noxenv: tests-3.11
46+
- noxenv: tests-3.12
4647
posargs: coverage github
4748

4849
steps:
@@ -67,8 +68,11 @@ jobs:
6768
pypy3.10
6869
allow-prereleases: true
6970
cache: pip
71+
- name: Set up uv
72+
uses: hynek/setup-cached-uv@v1
7073
- name: Set up nox
7174
uses: wntrblm/[email protected]
75+
7276
- name: Run nox
7377
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
7478

0 commit comments

Comments
 (0)