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:
1046
1046
poetry lock \
1047
1047
--no-cache
1048
1048
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
-
1057
1049
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
1058
1050
poetry:validate :
1059
1051
desc : Validate Poetry configuration
Original file line number Diff line number Diff line change @@ -76,11 +76,3 @@ tasks:
76
76
- |
77
77
poetry install \
78
78
{{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