Skip to content

Commit

Permalink
install with a date
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 16, 2023
1 parent 4c9e74a commit 0da446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install MLIR (latest)
if: github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'use-latest-mlir')
run: |
python3 -m pip install mlir -f https://makslevental.github.io/wheels -U
python3 -m pip install "mlir==$(date +"%Y%m%d")01" -f https://makslevental.github.io/wheels -U
echo "LLVM_CONFIG_PATH=$(python3 -c 'import mlir;print(mlir.__path__[0])')/bin/llvm-config" >> "$GITHUB_ENV"
- name: Install MLIR
if: github.event_name != 'schedule' && !contains(github.event.pull_request.labels.*.name, 'use-latest-mlir')
Expand Down

0 comments on commit 0da446e

Please sign in to comment.