From f3451a1f2663400f244468e0c19ad7b7580c8415 Mon Sep 17 00:00:00 2001 From: Gyungmin Myung Date: Sat, 6 Jan 2024 23:35:11 +0900 Subject: [PATCH] update pip version --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 12b04db..fe97270 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: install iree-compile - run: pip3 install iree-compiler==20231113.707 + run: pip3 install iree-compiler - name: create config.toml run: | library_path=$(python3 -c "import iree.compiler as _; print(f'{_.__path__[0]}/_mlir_libs/')")