Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Jul 12, 2024
1 parent 18e840f commit ba78bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate partial Python venv restore key
id: generate_python_cache_key
run: |
echo "key=venv-${{ env.CACHE_VERSION }}-${{
echo key=venv-${{ env.CACHE_VERSION }}-${{
hashFiles('requirements_test.txt') }} >> $GITHUB_OUTPUT
- name: Generate partial pre-commit restore key
id: generate_pre-commit_cache_key
Expand Down

0 comments on commit ba78bba

Please sign in to comment.