Skip to content

Commit

Permalink
fix: update Poetry install command to exclude hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Feb 7, 2025
1 parent ec54203 commit 3afc3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ runs:
shell: bash

- name: Install dependencies and package
run: poetry install --no-interaction --no-ansi
run: poetry install --no-interaction --no-ansi --without-hashes
shell: bash

0 comments on commit 3afc3bd

Please sign in to comment.