From 12ebb41665bb2a0b89a4911e6bf76743d2b38843 Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Wed, 16 Oct 2024 15:02:02 -0600 Subject: [PATCH] Update buildAndTestRyzenAISw.yml (#1845) --- .github/workflows/buildAndTestRyzenAISw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buildAndTestRyzenAISw.yml b/.github/workflows/buildAndTestRyzenAISw.yml index db8d03641a..28e685e303 100644 --- a/.github/workflows/buildAndTestRyzenAISw.yml +++ b/.github/workflows/buildAndTestRyzenAISw.yml @@ -97,6 +97,7 @@ jobs: pip install onnxruntime==1.17.0 pip install -r python/requirements.txt pip install -r python/requirements_ml.txt + HOST_MLIR_PYTHON_PACKAGE_PREFIX=aie pip install -r python/requirements_extras.txt VERSION=$(utils/clone-llvm.sh --get-wheel-version)