Skip to content

Commit 726cf73

Browse files
[primer] Fix conf following coverage's changes
See nedbat/coveragepy@f2aa871 Refs #8998
1 parent bd65461 commit 726cf73

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/primer-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
branches:
1414
- main
1515
env:
16-
CACHE_VERSION: 3
16+
CACHE_VERSION: 4
1717
KEY_PREFIX: venv
1818

1919
concurrency:

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# This needs to be the SAME as in the Main and PR job
17-
CACHE_VERSION: 3
17+
CACHE_VERSION: 4
1818
KEY_PREFIX: venv-primer
1919
DEFAULT_PYTHON: "3.11"
2020

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
# This needs to be the SAME as in the PR and comment job
19-
CACHE_VERSION: 3
19+
CACHE_VERSION: 4
2020
KEY_PREFIX: venv-primer
2121

2222
permissions:

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
env:
2727
# This needs to be the SAME as in the Main and comment job
28-
CACHE_VERSION: 3
28+
CACHE_VERSION: 4
2929
KEY_PREFIX: venv-primer
3030

3131
permissions:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "maintenance/**"
1414

1515
env:
16-
CACHE_VERSION: 3
16+
CACHE_VERSION: 4
1717
KEY_PREFIX: venv
1818

1919
permissions:

tests/primer/packages_to_prime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"branch": "master",
6363
"directories": ["coverage"],
6464
"url": "https://github.com/nedbat/coveragepy",
65-
"pylintrc_relpath": "pylintrc"
65+
"pylintrc_relpath": "pyproject.toml"
6666
},
6767
"poetry-core": {
6868
"branch": "main",

0 commit comments

Comments
 (0)