Skip to content

Commit

Permalink
Merge pull request #4 from jpower432/bug/remove-additional-action-step
Browse files Browse the repository at this point in the history
fix: remove additional action step for dependency install
  • Loading branch information
Alex Flom authored Jun 20, 2023
2 parents a296e0b + 67743e4 commit ddc52af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ runs:
run: poetry env use ${{ inputs.python-version }}
shell: bash

- name: Install dependencies
run: poetry install --no-root
shell: bash

- name: Install dependencies
run: poetry install --no-interaction --no-root
shell: bash

0 comments on commit ddc52af

Please sign in to comment.