From 4a208bfb2803a7d3ec5a427f3b44e5017eccff56 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 5 Dec 2024 11:42:34 +0800 Subject: [PATCH] bump download cache version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2c553c9af..25ea069eb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Unit Tests env: # increment this when downloads substantially change to avoid the internet - DOWNLOAD_CACHE_VERSION: '7' + DOWNLOAD_CACHE_VERSION: '8' RUN_PROCESS_REPLAY: 1 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PYTHONPATH: .