Skip to content

Commit

Permalink
Merge pull request #675 from andersonresende/ft/adjust-poetry-package…
Browse files Browse the repository at this point in the history
…-mode

Added package-mode to false
  • Loading branch information
andersonresende authored Jan 20, 2025
2 parents 37cb4d2 + f3cfb4a commit 9cbd3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
- run: npm dedupe
working-directory: testproject
shell: bash
- run: pip install poetry==1.7.1 --upgrade
- run: pip install poetry==1.8.3 --upgrade
working-directory: testproject
shell: bash
- run: poetry install --with dev --no-root --no-interaction --no-ansi
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Django 5, React, Bootstrap 5 with Python 3 and webpack project bo
authors = ["Vinta Software <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 9cbd3e1

Please sign in to comment.