File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 - name : Install Poetry
4343 run : |
4444 curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3
45+ poetry install --no-interaction --no-root
4546 echo "$HOME/.local/bin" >> $GITHUB_PATH
4647
4748 - name : Check if version exists
4849 id : check_version
4950 run : |
5051 # 1. Get metadata from pyproject.toml
51- poetry install --no-interaction --no-root
5252 PACKAGE_NAME=$(poetry version | awk '{print $1}')
5353 PACKAGE_VERSION=$(poetry version --short)
5454
Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ build-backend = "poetry.core.masonry.api"
8080[tool .flake8 ]
8181max_line_length = 190
8282
83- [tool .poetry .requires-plugins ]
84- poetry-plugin-export = " ^1.9"
8583
8684[tool .poetry-auto-export ]
8785output = " requirements.txt"
You can’t perform that action at this time.
0 commit comments