Skip to content

Commit

Permalink
Fix windows cache key [ci] (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 19, 2022
1 parent 08de16e commit 1a074cf
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 @@ -202,7 +202,7 @@ jobs:
run: >-
echo "key=venv-${{ env.CACHE_VERSION }}-${{
hashFiles('setup.cfg', 'requirements_test_min.txt',
'requirements_test_brain.txt') }}" >> $GITHUB_OUTPUT
'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.11
Expand Down

0 comments on commit 1a074cf

Please sign in to comment.