Skip to content

Commit

Permalink
remove setup python step
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 24, 2024
1 parent 7c97a4c commit 7a0819a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ jobs:
AZ_PRIVATE_CONNECTION: ${{ secrets.ONNXPRIVATESTORAGE_AZ_PRIVATE_CONNECTION }}
CACHE_DIR: ${{ matrix.cache-dir }}
steps:
- name: "Setting up Python"
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
with:
python-version: 3.11

- name: Checkout Test Suite
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -339,10 +334,6 @@ jobs:
env:
AZ_PUBLIC_KEY: ${{ secrets.SHARKPUBLIC_AZ_PUBLIC_KEY }}
steps:
- name: "Setting up Python"
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
with:
python-version: 3.11
- name: Checkout Test Suite
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7a0819a

Please sign in to comment.