Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Skip downloading caches #419

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
path: ${{ env.LLVM }}
key: ${{ runner.os }}-llvm-22.04-install-${{ env.llvm_hash }}
lookup-only: 'true'

- name: Checkout LLVM
if: steps.cache-llvm.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
with:
path: ${{ env.E2E }}
key: ${{ runner.os }}-e2e-${{ hashFiles('emitc/scripts/*.py', 'emitc/scripts/requirements.txt', 'emitc/scripts/e2e*.sh') }}-${{ env.E2E_VERSION }}
lookup-only: 'true'

- name: Install TensorFlow
if: steps.cache-e2e.outputs.cache-hit != 'true'
Expand Down