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 Oct 15, 2024
1 parent 9b5d2f0 commit 2785312
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 @@ -89,7 +89,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')}}
id: cache
env:
CACHE_NUMBER: 13
CACHE_NUMBER: 14
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 2785312

Please sign in to comment.