File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -229,11 +229,12 @@ jobs:
229
229
echo "Python_EXECUTABLE=$(which python)" >> $GITHUB_ENV
230
230
echo "PYTHON=$(which python)" >> $GITHUB_ENV
231
231
232
- - name : Install lit
232
+ - name : Install prerequisites
233
233
run : |
234
234
uv pip install lit
235
235
LIT_PATH=$(python -c "import shutil; print(shutil.which('lit'))")
236
236
echo "LLVM_EXTERNAL_LIT=$LIT_PATH" >> $GITHUB_ENV
237
+ uv pip install scikit-build-core
237
238
238
239
- name : Install llvm and mlir
239
240
run : |
@@ -281,13 +282,14 @@ jobs:
281
282
echo "Python_EXECUTABLE=$(which python)" >> $GITHUB_ENV
282
283
echo "PYTHON=$(which python)" >> $GITHUB_ENV
283
284
284
- - name : Install lit
285
+ - name : Install prerequisites
285
286
run : |
286
287
uv pip install lit
287
288
LIT_PATH=$(python -c "import shutil; print(shutil.which('lit'))")
288
289
echo "LLVM_EXTERNAL_LIT=$LIT_PATH" >> $GITHUB_ENV
290
+ uv pip install scikit-build-core
289
291
290
- - name : Install prerequisites
292
+ - name : Install Catalyst prerequisites
291
293
run : |
292
294
xcode-select --install || true
293
295
uv pip install 'cmake<4' ninja
You can’t perform that action at this time.
0 commit comments