Skip to content

Commit 37f7eb1

Browse files
authored
Merge pull request #199 from per1234/appropriate-run-key
Use more appropriate `run` key configuration for `poetry:install` task
2 parents b0ed02a + 6c28d08 commit 37f7eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ tasks:
425425
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml
426426
poetry:install:
427427
desc: Install Poetry
428-
run: once
428+
run: when_changed
429429
cmds:
430430
- |
431431
if ! which pipx &>/dev/null; then

0 commit comments

Comments
 (0)