Skip to content

Commit

Permalink
fix(action): do not install api as package
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Mar 4, 2025
1 parent 402bf69 commit f7d37f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry install
poetry install --no-root
poetry run pip list
VERSION=$(curl --silent "https://api.github.com/repos/hadolint/hadolint/releases/latest" | \
grep '"tag_name":' | \
Expand Down

0 comments on commit f7d37f1

Please sign in to comment.