Merge branch 'main' into cleanup_old_docs
This commit is contained in:
commit
fd8b441ccc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/py_lint.yml
vendored
2
.github/workflows/py_lint.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
- name: Load cached venv
|
||||
id: cached-poetry-dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue