From a970f529853ace3e02e0f15882cbc9a6cbb4a6b7 Mon Sep 17 00:00:00 2001 From: Cedar Date: Thu, 9 Jan 2025 10:57:33 -0800 Subject: [PATCH] ci job name: nightly -> pinned to match filename change --- .github/workflows/pkgci_shark_ai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgci_shark_ai.yml b/.github/workflows/pkgci_shark_ai.yml index c9e0ddfea..49601508d 100644 --- a/.github/workflows/pkgci_shark_ai.yml +++ b/.github/workflows/pkgci_shark_ai.yml @@ -72,7 +72,7 @@ jobs: --artifact-path=${PACKAGE_DOWNLOAD_DIR} \ --fetch-gh-workflow=${{ inputs.artifact_run_id }} - - name: Install nightly IREE packages + - name: Install pinned IREE packages run: | source ${VENV_DIR}/bin/activate uv pip install -r requirements-iree-pinned.txt