Skip to content

Commit

Permalink
fix python installs
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Dec 17, 2024
1 parent 5489e9c commit f7fe465
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wf_functional_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7fe465

Please sign in to comment.