diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-04-05 23:29:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 23:29:51 +0200 |
commit | b9140d5bbcfe0b7d8188e24e65e2f93e2b9ce81d (patch) | |
tree | 12a0e97f2b79586ce695d774309c0fe1b4999a9a /.github | |
parent | bc05106a3331a803215e975c014aae6541fe6b23 (diff) | |
download | pylint-git-b9140d5bbcfe0b7d8188e24e65e2f93e2b9ce81d.tar.gz |
Increase the cache version to fix pypy 3.7 (#6198)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index aa8aac4f3..9feaa7df1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ on: env: # Also change CACHE_VERSION in the other workflows - CACHE_VERSION: 5 + CACHE_VERSION: 6 jobs: prepare-tests-linux: |