Skip to content

Commit

Permalink
Update test.yml (makslevental#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Jun 2, 2024
1 parent 6fba2ad commit ba6af25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
pip install cmake>=3.28 setuptools>=42 wheel
pip download mlir -f https://makslevental.github.io/wheels
unzip mlir-*.whl
rm -rf mlir-*.whl
echo "MLIR_DIR=$PWD/mlir" >> $GITHUB_ENV
- name: Configure CMake
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:
pip install -r requirements.txt
pip download mlir -f https://makslevental.github.io/wheels
unzip mlir-*.whl
rm -rf mlir-*.whl
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit ba6af25

Please sign in to comment.