Skip to content

Commit

Permalink
Merge pull request #183 from tamland/ci/fix-poetry
Browse files Browse the repository at this point in the history
ci: install poetry with official installer.
  • Loading branch information
2e0byo authored Aug 21, 2023
2 parents 911f9f3 + d85b251 commit cbfee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Poetry
uses: abatilo/actions-poetry@v2
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cbfee24

Please sign in to comment.