File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
workflow-templates/assets/poetry-task Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1046,14 +1046,6 @@ tasks:
10461046 poetry lock \
10471047 --no-cache
10481048
1049- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml
1050- poetry:update-deps :
1051- desc : Update all dependencies managed by Poetry to their newest versions
1052- deps :
1053- - task : poetry:install
1054- cmds :
1055- - poetry update
1056-
10571049 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
10581050 poetry:validate :
10591051 desc : Validate Poetry configuration
Original file line number Diff line number Diff line change @@ -76,11 +76,3 @@ tasks:
7676 - |
7777 poetry install \
7878 {{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
79-
80- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml
81- poetry:update-deps :
82- desc : Update all dependencies managed by Poetry to their newest versions
83- deps :
84- - task : poetry:install
85- cmds :
86- - poetry update
You can’t perform that action at this time.
0 commit comments