File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ tasks:
639
639
deps :
640
640
- task : poetry:install
641
641
cmds :
642
- - poetry install --no-root
642
+ - poetry install
643
643
644
644
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml
645
645
poetry:update-deps :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml
2
2
3
3
[tool .poetry ]
4
- name = " arduino-lint"
5
- version = " 0.0.0"
6
- description = " arduino-lint"
7
- authors = [
" Arduino <[email protected] >" ]
4
+ package-mode = false
8
5
9
6
# The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool.poetry.group` super-table
10
7
# is a hack required in order to be able to manage updates of these dependencies via Dependabot.
You can’t perform that action at this time.
0 commit comments