Skip to content

Commit

Permalink
Use action for installing poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong authored Jan 7, 2025
1 parent 77606db commit 9875814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@master

- name: Install poetry
run: pipx install poetry
uses: abatilo/actions-poetry@v4.0.0

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9875814

Please sign in to comment.