diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 954ad2e9a3..c62e71a61a 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 - CACHE_VERSION: '15' + CACHE_VERSION: '16' CAPTURE_PROCESS_REPLAY: 1 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PYTHONPATH: ${{ github.workspace }}