Skip to content

Commit

Permalink
[primer] Fix conf following coverage's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 4, 2023
1 parent f28ffe3 commit 93bfa03
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches:
- main
env:
CACHE_VERSION: 3
CACHE_VERSION: 4
KEY_PREFIX: venv

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# This needs to be the SAME as in the Main and PR job
CACHE_VERSION: 3
CACHE_VERSION: 4
KEY_PREFIX: venv-primer
DEFAULT_PYTHON: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
# This needs to be the SAME as in the PR and comment job
CACHE_VERSION: 3
CACHE_VERSION: 4
KEY_PREFIX: venv-primer

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

env:
# This needs to be the SAME as in the Main and comment job
CACHE_VERSION: 3
CACHE_VERSION: 4
KEY_PREFIX: venv-primer

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "maintenance/**"

env:
CACHE_VERSION: 3
CACHE_VERSION: 4
KEY_PREFIX: venv

permissions:
Expand Down
2 changes: 1 addition & 1 deletion tests/primer/packages_to_prime.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"branch": "master",
"directories": ["coverage"],
"url": "https://github.com/nedbat/coveragepy",
"pylintrc_relpath": "pylintrc"
"pylintrc_relpath": "pyproject.toml"
},
"poetry-core": {
"branch": "main",
Expand Down

0 comments on commit 93bfa03

Please sign in to comment.