Skip to content

Commit

Permalink
fix: dep installation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Oct 14, 2024
1 parent cbbf65b commit cab345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
poetry-version: ${{ env.POETRY_VERSION }}

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

- name: Apply Standards
run: python -m github_standards > output.txt
Expand Down

0 comments on commit cab345b

Please sign in to comment.