Skip to content

Commit

Permalink
Fix windows cache key [ci] (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 19, 2022
1 parent 9b0ac71 commit 7c9dccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
run: >-
echo "key=venv-${{ env.CACHE_VERSION }}-${{
hashFiles('setup.cfg', 'requirements_test_min.txt')
}}" >> $GITHUB_OUTPUT
}}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.11
Expand Down

0 comments on commit 7c9dccb

Please sign in to comment.