Skip to content

Commit

Permalink
Use the requirements from MLIR
Browse files Browse the repository at this point in the history
  • Loading branch information
josel-amd committed Aug 19, 2024
1 parent 86a6580 commit 250dcaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-llvm-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
key: ${{ matrix.os }}
variant: sccache
- name: Install requirements.txt
run: |
apt-get update
apt-get install -y python3-pip
pip install -r llvm-project/mlir/python/requirements.txt
- name: Install Ninja
uses: llvm/actions/install-ninja@main
Expand Down

0 comments on commit 250dcaa

Please sign in to comment.