We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2589583 commit f0a8683Copy full SHA for f0a8683
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
schedule:
13
# Daily at 8:33
14
- cron: "33 8 * * *"
15
+ workflow_dispatch:
16
17
env:
18
PIP_DISABLE_PIP_VERSION_CHECK: "1"
@@ -42,7 +43,7 @@ jobs:
42
43
noxenv: ${{ fromJson(needs.list.outputs.noxenvs) }}
44
posargs: [""]
45
include:
- - noxenv: tests-3.11
46
+ - noxenv: tests-3.12
47
posargs: coverage github
48
49
steps:
@@ -67,8 +68,11 @@ jobs:
67
68
pypy3.10
69
allow-prereleases: true
70
cache: pip
71
+ - name: Set up uv
72
+ uses: hynek/setup-cached-uv@v1
73
- name: Set up nox
74
uses: wntrblm/[email protected]
75
+
76
- name: Run nox
77
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
78
0 commit comments