You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/contrib_checks.yml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ jobs:
48
48
steps:
49
49
- uses: actions/checkout@v4
50
50
51
-
- uses: prefix-dev/setup-pixi@v0.8.8
51
+
- uses: prefix-dev/setup-pixi@v0.9.1
52
52
with:
53
-
pixi-version: v0.41.4
53
+
pixi-version: v0.55.0
54
54
55
55
- name: Python format check
56
56
run: pixi run py-fmt-check
@@ -64,9 +64,9 @@ jobs:
64
64
steps:
65
65
- uses: actions/checkout@v4
66
66
67
-
- uses: prefix-dev/setup-pixi@v0.8.8
67
+
- uses: prefix-dev/setup-pixi@v0.9.1
68
68
with:
69
-
pixi-version: v0.41.4
69
+
pixi-version: v0.55.0
70
70
environments: py-docs
71
71
72
72
- name: Build via mkdocs
@@ -83,9 +83,9 @@ jobs:
83
83
# PR introduces a new type and another PR changes the codegen.
84
84
- uses: actions/checkout@v4
85
85
86
-
- uses: prefix-dev/setup-pixi@v0.8.8
86
+
- uses: prefix-dev/setup-pixi@v0.9.1
87
87
with:
88
-
pixi-version: v0.41.4
88
+
pixi-version: v0.55.0
89
89
90
90
- name: Codegen check
91
91
run: pixi run codegen --force --check --warnings-as-errors
@@ -102,9 +102,9 @@ jobs:
102
102
with:
103
103
lfs: true
104
104
105
-
- uses: prefix-dev/setup-pixi@v0.8.8
105
+
- uses: prefix-dev/setup-pixi@v0.9.1
106
106
with:
107
-
pixi-version: v0.41.4
107
+
pixi-version: v0.55.0
108
108
109
109
# Install the Vulkan SDK, so we can use the software rasterizer.
110
110
# TODO(andreas): It would be nice if `setup_software_rasterizer.py` could do that for us as well (note though that this action here is very fast when cached!)
@@ -141,9 +141,9 @@ jobs:
141
141
steps:
142
142
- uses: actions/checkout@v4
143
143
144
-
- uses: prefix-dev/setup-pixi@v0.8.8
144
+
- uses: prefix-dev/setup-pixi@v0.9.1
145
145
with:
146
-
pixi-version: v0.41.4
146
+
pixi-version: v0.55.0
147
147
148
148
- name: Set up Python
149
149
uses: actions/setup-python@v5
@@ -159,9 +159,9 @@ jobs:
159
159
steps:
160
160
- uses: actions/checkout@v4
161
161
162
-
- uses: prefix-dev/setup-pixi@v0.8.8
162
+
- uses: prefix-dev/setup-pixi@v0.9.1
163
163
with:
164
-
pixi-version: v0.41.4
164
+
pixi-version: v0.55.0
165
165
166
166
- name: Toml format check
167
167
run: pixi run toml-fmt-check
@@ -172,9 +172,9 @@ jobs:
172
172
steps:
173
173
- uses: actions/checkout@v4
174
174
175
-
- uses: prefix-dev/setup-pixi@v0.8.8
175
+
- uses: prefix-dev/setup-pixi@v0.9.1
176
176
with:
177
-
pixi-version: v0.41.4
177
+
pixi-version: v0.55.0
178
178
179
179
- name: Check for too large files
180
180
run: pixi run check-large-files
@@ -185,9 +185,9 @@ jobs:
185
185
steps:
186
186
- uses: actions/checkout@v4
187
187
188
-
- uses: prefix-dev/setup-pixi@v0.8.8
188
+
- uses: prefix-dev/setup-pixi@v0.9.1
189
189
with:
190
-
pixi-version: v0.41.4
190
+
pixi-version: v0.55.0
191
191
192
192
- name: Check Python example thumbnails
193
193
run: pixi run ./scripts/ci/thumbnails.py check
@@ -221,9 +221,9 @@ jobs:
221
221
steps:
222
222
- uses: actions/checkout@v4
223
223
224
-
- uses: prefix-dev/setup-pixi@v0.8.8
224
+
- uses: prefix-dev/setup-pixi@v0.9.1
225
225
with:
226
-
pixi-version: v0.41.4
226
+
pixi-version: v0.55.0
227
227
environments: cpp
228
228
229
229
# TODO(emilk): make this work somehow. Right now this just results in
0 commit comments