summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-21 23:34:28 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-26 14:12:46 +0100
commit38c64df274f3f380a8af42ee7289ba17f0ace37c (patch)
treee49d27a97ca4daffbe6d7d01b61a735336d431bd /.github
parent39d9cafb8b39432957f4e640d5ef222b66a7096e (diff)
downloadastroid-git-38c64df274f3f380a8af42ee7289ba17f0ace37c.tar.gz
[github actions] Upgrade CACHE_VERSION to fix pypy 3.8 and 3.9
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c5b86538..3f7c6a54 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
pull_request: ~
env:
- CACHE_VERSION: 2
+ CACHE_VERSION: 3
KEY_PREFIX: venv
DEFAULT_PYTHON: "3.10"
PRE_COMMIT_CACHE: ~/.cache/pre-commit