Skip to content

Commit

Permalink
Fix primer comment job [ci] (#8149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jan 31, 2023
1 parent a9e44df commit c70285d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/primer_comment.yaml
Expand Up @@ -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
Expand Down

0 comments on commit c70285d

Please sign in to comment.