Skip to content

Commit

Permalink
[chore] update setup env action file
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Sep 5, 2024
1 parent e29b533 commit 8de2a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root; poetry install -e .
run: poetry install --no-interaction
shell: bash

0 comments on commit 8de2a53

Please sign in to comment.