Update poetry installation and remove poetry-monorepo-dependency-plugin

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 21:04:15 -03:00
commit 8466958436
4 changed files with 5 additions and 16 deletions

View file

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry==$POETRY_VERSION && poetry self add poetry-monorepo-dependency-plugin
run: pipx install poetry==$POETRY_VERSION
- name: Set up Python 3.10
uses: actions/setup-python@v5
with: