Skip to content

Commit

Permalink
poetry is installed through pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
razinc authored Nov 5, 2023
1 parent fa88a55 commit 6729dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python -m pip install poetry
- run: pipx install poetry==1.5.1
- run: poetry install
- run: poetry run isort .
- uses: stefanzweifel/[email protected]
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: python -m pip install poetry
- run: pipx install poetry==1.5.1
- run: poetry install
- run: poetry run black .
- uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit 6729dd2

Please sign in to comment.