We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76383e commit be3d09dCopy full SHA for be3d09d
.github/workflows/ci.yml
@@ -44,7 +44,9 @@ jobs:
44
with:
45
path: venv
46
key: >-
47
- ${{ runner.os }}-${{ matrix.python }}-venv-hashFiles('pyproject.toml')-hashFiles('.pre-commit-config.yaml')
+ ${{ runner.os }}-${{ matrix.python }}-venv-${{
48
+ hashFiles('pyproject.toml') }}-${{
49
+ hashFiles('.pre-commit-config.yaml') }}
50
- name: Create venv (NEW CACHE)
51
if: steps.cache-venv.outputs.cache-hit != 'true'
52
run: |
0 commit comments