From f7fe465efa318bfb597419df509ae4240dee3a4f Mon Sep 17 00:00:00 2001 From: "Chaurasiya, Payal" Date: Tue, 17 Dec 2024 02:15:14 -0800 Subject: [PATCH] fix python installs Signed-off-by: Chaurasiya, Payal --- .github/workflows/wf_functional_e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wf_functional_e2e.yml b/.github/workflows/wf_functional_e2e.yml index 3ced8dfea4..9907ada117 100644 --- a/.github/workflows/wf_functional_e2e.yml +++ b/.github/workflows/wf_functional_e2e.yml @@ -62,8 +62,7 @@ jobs: python -m pip install --upgrade pip pip install . pip install -r test-requirements.txt - pip install metaflow==2.7.15 - pip install ray==2.9.2 + pip install -r tests/github/experimental/workflow/LocalRuntime/requirements_experimental_localruntime_tests.txt - name: Run Task Runner E2E tests with TLS id: run_tests