Skip to content

Commit

Permalink
1 line
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 committed Jan 14, 2024
1 parent 6772464 commit 2de56d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ runs:
- name: Install Dependencies (poetry)
shell: bash
continue-on-error: true
run:
poetry install --no-root
run: poetry install --no-root
if: ${{ inputs.dependencyManager == "poetry" }}
- name: Test (run in parallel)
shell: bash
Expand Down

0 comments on commit 2de56d9

Please sign in to comment.