Skip to content

Commit

Permalink
github action use poetry sync
Browse files Browse the repository at this point in the history
  • Loading branch information
geminixiang committed Jan 6, 2025
1 parent 6b71560 commit 54a3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
python-version: "3.x"

- name: Install pr-lint
run: pip install poetry && poetry install
run: pip install poetry && poetry sync
shell: bash
working-directory: ${{ github.action_path }}

Expand Down

0 comments on commit 54a3a2f

Please sign in to comment.