Skip to content

Commit c70285d

Browse files
authored
Fix primer comment job [ci] (#8149)
1 parent a9e44df commit c70285d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/primer_comment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
key:
4949
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
5050
env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{ hashFiles('pyproject.toml',
51-
'requirements_test.txt', 'requirements_test_min.txt') }}
51+
'requirements_test.txt', 'requirements_test_min.txt',
52+
'requirements_test_pre_commit.txt') }}
5253

5354
- name: Download outputs
5455
uses: actions/[email protected]

0 commit comments

Comments
 (0)