Skip to content

Commit 72a1d29

Browse files
committed
uv and minor workflow tweaks
1 parent d031bce commit 72a1d29

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches-ignore:
6+
- "wip*"
57
tags:
68
- "v*"
79
pull_request:
@@ -10,6 +12,7 @@ on:
1012
schedule:
1113
# Daily at 8:33
1214
- cron: "33 8 * * *"
15+
workflow_dispatch:
1316

1417
env:
1518
PIP_DISABLE_PIP_VERSION_CHECK: "1"
@@ -33,6 +36,7 @@ jobs:
3336
ci:
3437
needs: list
3538
runs-on: ubuntu-latest
39+
3640
strategy:
3741
fail-fast: false
3842
matrix:
@@ -64,8 +68,11 @@ jobs:
6468
pypy3.10
6569
allow-prereleases: true
6670
cache: pip
71+
- name: Set up uv
72+
uses: hynek/setup-cached-uv@v1
6773
- name: Set up nox
68-
uses: wntrblm/[email protected]
74+
uses: wntrblm/[email protected]
75+
6976
- name: Run nox
7077
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
7178

0 commit comments

Comments
 (0)