Skip to content

Commit

Permalink
remove install python phase that fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Xida Ren committed Dec 6, 2023
1 parent 1f39383 commit a72d1ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_llama_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:

runs-on: [self-hosted]
steps:
- name: "Setting up Python"
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
with:
python-version: ${{matrix.version}}

- name: "Checkout Code"
uses: actions/checkout@v2
Expand Down

0 comments on commit a72d1ea

Please sign in to comment.