Skip to content

Commit

Permalink
Update {% if include_docs %}docs.yaml{% endif %}.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Dec 2, 2024
1 parent 9ab3e6b commit 28d01fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
id: cached-poetry-dependencies
with:
path: .venv
key: venv-Linux-{{ python_version }}-{% raw %}${{ hashFiles('poetry.lock') }}
restore-keys: venv-${{ runner.os }}-${{ matrix.python-version }}-{% endraw %}
key: venv-Linux-{{ python_version }}-{% raw %}${{ hashFiles('poetry.lock') }}{% endraw %}
restore-keys: venv-Linux-{{ python_version }}-

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 28d01fc

Please sign in to comment.