Skip to content

Commit

Permalink
Set up Python prior to installing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Oct 26, 2023
1 parent ddbf912 commit 47124e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: |
sudo apt update
sudo apt install cmake clang ninja-build
- name: Setting up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install IREE compiler
run: |
python -m pip install iree-compiler
Expand Down

0 comments on commit 47124e0

Please sign in to comment.