Skip to content

Commit

Permalink
solve cache key conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Dec 22, 2022
1 parent e9a137b commit b239747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
CACHE_NUMBER: 7
with:
path: ~/work/hummingbird/tvm
key: ${{ runner.os }}-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}-tvm-0.10
key: ${{ matrix.os }}-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}-tvm-0.10
# Getting TVM requires: 1) fetching TVM from github, 2) cmake, 3) make, 4) install python dependency.
# 1 to 3 will be retrieved from the cache.
# The pipeline only works for Unix systems. For windows we will have to compile LLVM from source which is a no go.
Expand Down

0 comments on commit b239747

Please sign in to comment.