Skip to content

Commit be3d09d

Browse files
committed
test.
1 parent a76383e commit be3d09d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
with:
4545
path: venv
4646
key: >-
47-
${{ runner.os }}-${{ matrix.python }}-venv-hashFiles('pyproject.toml')-hashFiles('.pre-commit-config.yaml')
47+
${{ runner.os }}-${{ matrix.python }}-venv-${{
48+
hashFiles('pyproject.toml') }}-${{
49+
hashFiles('.pre-commit-config.yaml') }}
4850
- name: Create venv (NEW CACHE)
4951
if: steps.cache-venv.outputs.cache-hit != 'true'
5052
run: |

0 commit comments

Comments
 (0)