Skip to content

Commit e46f026

Browse files
committed
debug ci
1 parent bbe3411 commit e46f026

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci_mlir.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,12 @@ jobs:
229229
echo "Python_EXECUTABLE=$(which python)" >> $GITHUB_ENV
230230
echo "PYTHON=$(which python)" >> $GITHUB_ENV
231231
232-
- name: Install lit
232+
- name: Install prerequisites
233233
run: |
234234
uv pip install lit
235235
LIT_PATH=$(python -c "import shutil; print(shutil.which('lit'))")
236236
echo "LLVM_EXTERNAL_LIT=$LIT_PATH" >> $GITHUB_ENV
237+
uv pip install scikit-build-core
237238
238239
- name: Install llvm and mlir
239240
run: |
@@ -281,13 +282,14 @@ jobs:
281282
echo "Python_EXECUTABLE=$(which python)" >> $GITHUB_ENV
282283
echo "PYTHON=$(which python)" >> $GITHUB_ENV
283284
284-
- name: Install lit
285+
- name: Install prerequisites
285286
run: |
286287
uv pip install lit
287288
LIT_PATH=$(python -c "import shutil; print(shutil.which('lit'))")
288289
echo "LLVM_EXTERNAL_LIT=$LIT_PATH" >> $GITHUB_ENV
290+
uv pip install scikit-build-core
289291
290-
- name: Install prerequisites
292+
- name: Install Catalyst prerequisites
291293
run: |
292294
xcode-select --install || true
293295
uv pip install 'cmake<4' ninja

0 commit comments

Comments
 (0)