Skip to content

Commit 5ea6f84

Browse files
committed
Updated action.yaml
1 parent d846855 commit 5ea6f84

File tree

1 file changed

+2
-0
lines changed
  • {{ cookiecutter.project_name_dashed }}/.github/actions/setup/poetry

1 file changed

+2
-0
lines changed

{{ cookiecutter.project_name_dashed }}/.github/actions/setup/poetry/action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Setup Python and Poetry Action
23
description: Configure system, Python, Poetry and deps and cache management.
34

@@ -89,3 +90,4 @@ runs:
8990
shell: bash
9091
run: poetry install ${{ inputs.poetry-install-options }} --no-interaction
9192
{% endraw %}
93+
...

0 commit comments

Comments
 (0)