Skip to content

Commit

Permalink
Fix new poetry auto install package
Browse files Browse the repository at this point in the history
  • Loading branch information
eltbus committed Jan 24, 2024
1 parent ef13ea7 commit 276a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: curl -sSL curl -sSL https://install.python-poetry.org | python3 -

- name: Install dependencies
run: poetry install --no-interaction --no-ansi
run: poetry install --no-root --no-interaction --no-ansi

- name: Start Docker service
run: sudo service docker start
Expand Down

0 comments on commit 276a95e

Please sign in to comment.