Skip to content

Commit

Permalink
increase CACHE_NUMBER
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Jan 29, 2024
1 parent 1b831e7 commit 4468c99
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 @@ -80,7 +80,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')}}
id: cache
env:
CACHE_NUMBER: 9
CACHE_NUMBER: 10
with:
path: ~/work/hummingbird/tvm
key: ${{ matrix.os }}-python${{ matrix.python-version }}-tvm-${{ env.TVM_VERSION_TAG }}-${{ env.CACHE_NUMBER }}
Expand Down

0 comments on commit 4468c99

Please sign in to comment.