summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-06 14:21:15 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-06 17:56:55 +0100
commit8478ea04f1f614f94f0d5859b07771ff1e00c6e7 (patch)
tree40fb4b30f49747d8b1ae3107c5fa0abb330670a3 /.github
parentafe867ad45f55687802d4d8d1cb8e244ae6d5e9c (diff)
downloadpylint-git-8478ea04f1f614f94f0d5859b07771ff1e00c6e7.tar.gz
[primer] Fix primer on main after adding poetry-core
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer-test.yaml2
-rw-r--r--.github/workflows/primer_comment.yaml2
-rw-r--r--.github/workflows/primer_run_main.yaml2
-rw-r--r--.github/workflows/primer_run_pr.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index 07e9f401d..8e70f50d6 100644
--- a/.github/workflows/primer-test.yaml
+++ b/.github/workflows/primer-test.yaml
@@ -13,7 +13,7 @@ on:
branches:
- main
env:
- CACHE_VERSION: 1
+ CACHE_VERSION: 2
KEY_PREFIX: venv
concurrency:
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 9b0934215..83b38c9a9 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -14,7 +14,7 @@ on:
env:
# This needs to be the SAME as in the Main and PR job
- CACHE_VERSION: 1
+ CACHE_VERSION: 2
KEY_PREFIX: venv-primer
DEFAULT_PYTHON: "3.11"
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index 1cadcbe39..e6d7e0738 100644
--- a/.github/workflows/primer_run_main.yaml
+++ b/.github/workflows/primer_run_main.yaml
@@ -16,7 +16,7 @@ concurrency:
env:
# This needs to be the SAME as in the PR and comment job
- CACHE_VERSION: 1
+ CACHE_VERSION: 2
KEY_PREFIX: venv-primer
permissions:
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 82e1596b0..47b6af9bd 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -25,7 +25,7 @@ concurrency:
env:
# This needs to be the SAME as in the Main and comment job
- CACHE_VERSION: 1
+ CACHE_VERSION: 2
KEY_PREFIX: venv-primer
permissions: