From 83c92ec6f2373f83e5aa942842a24ca72f6d1c60 Mon Sep 17 00:00:00 2001 From: Ean Garvey <87458719+monorimet@users.noreply.github.com> Date: Wed, 1 May 2024 23:08:58 -0500 Subject: [PATCH] Update test_models.yml --- .github/workflows/test_models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_models.yml b/.github/workflows/test_models.yml index fbd19e2ab..9f9b93748 100644 --- a/.github/workflows/test_models.yml +++ b/.github/workflows/test_models.yml @@ -51,7 +51,7 @@ jobs: # wheels saves multiple minutes and a lot of bandwidth on runner setup. pip install --no-compile -r ${{ github.workspace }}/iree-turbine/pytorch-cpu-requirements.txt pip install --pre --upgrade -r ${{ github.workspace }}/iree-turbine/requirements.txt - pip install --no-compile --pre -e ${{ github.workspace }}/iree-turbine[testing] + pip install --pre -e ${{ github.workspace }}/iree-turbine[testing] pip install --no-compile --pre --upgrade -e models -r models/requirements.txt - name: Show current free memory