summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-02-01 00:17:45 +0100
committerGitHub <noreply@github.com>2023-02-01 00:17:45 +0100
commitc70285dfdfd22668de9cab7a85ef205fafa57aaf (patch)
tree3d74f68854ab8b81821884eeae846cb4507675cf /.github
parenta9e44df5ccdc67fdf069368e58edf7f4300eeee1 (diff)
downloadpylint-git-c70285dfdfd22668de9cab7a85ef205fafa57aaf.tar.gz
Fix primer comment job [ci] (#8149)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer_comment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 45301fe30..9b0934215 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -48,7 +48,8 @@ jobs:
key:
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{ hashFiles('pyproject.toml',
- 'requirements_test.txt', 'requirements_test_min.txt') }}
+ 'requirements_test.txt', 'requirements_test_min.txt',
+ 'requirements_test_pre_commit.txt') }}
- name: Download outputs
uses: actions/github-script@v6.4.0