Skip to content

Commit

Permalink
fix: corrige instalação de dependências no CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Mar 27, 2024
1 parent 9dc7a29 commit 932dbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: Gr1N/setup-poetry@v8

- name: Install dependencies
run: poetry install --only dev
run: poetry install

- name: pytest
run: poetry run pytest --cov --cov-report xml tests
Expand Down

0 comments on commit 932dbeb

Please sign in to comment.