Skip to content

Commit

Permalink
Fix github action for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Nov 27, 2023
1 parent ac280cb commit aea13ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:

steps:
- uses: "actions/checkout@v4"


- uses: snok/install-poetry@v1
- uses: "actions/setup-python@v4"
with:
python-version: "3.11"
cache: "poetry"

- run: "poetry install"
- run: "poetry install --no-interaction --no-root"

- uses: "Yeicor/[email protected]"
with:
Expand Down

0 comments on commit aea13ed

Please sign in to comment.