Skip to content

Commit

Permalink
remove python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Apr 8, 2024
1 parent 000ffd7 commit 838ccc5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
version: [3.11]
os: [nodai-amdgpu-mi210-x86-64]
runs-on: ${{matrix.os}}
steps:
- name: "Setting up Python"
uses: actions/setup-python@v5
with:
python-version: ${{matrix.version}}

- name: "Checking out repository"
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
with:
Expand Down Expand Up @@ -83,11 +77,6 @@ jobs:
with:
repository: nod-ai/SHARK-TestSuite
path: test-suite

- name: "Setting up Python"
uses: actions/setup-python@v5
with:
python-version: ${{matrix.version}}

- name: "Setup Python venv"
run: python -m venv ${E2E_VENV_DIR}
Expand Down

0 comments on commit 838ccc5

Please sign in to comment.