Skip to content

Commit

Permalink
Drop Python setup and use whatever the system has.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Apr 16, 2024
1 parent 032fe69 commit 702ae82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_iree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ jobs:
with:
submodules: false
lfs: true
- name: "Setting up Python"
uses: actions/setup-python@v5
with:
python-version: '3.12.3'

- name: "Setup Python venv"
run: python3 -m venv ${VENV_DIR}
Expand Down

0 comments on commit 702ae82

Please sign in to comment.