Skip to content

Commit

Permalink
fix(action): do not install sdk as package
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Mar 4, 2025
1 parent f7d37f1 commit 8f1848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
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 8f1848e

Please sign in to comment.