Skip to content

Commit

Permalink
update poetry version from 1.5.1 to 1.8.3 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
razn committed Aug 20, 2024
1 parent 8549f03 commit 9bdaa6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: pipx install poetry==1.5.1
- run: pipx install poetry==1.8.3
- 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: pipx install poetry==1.5.1
- run: pipx install poetry==1.8.3
- run: poetry install
- run: poetry run black .
- uses: stefanzweifel/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- run: pipx install poetry==1.5.1
- run: pipx install poetry==1.8.3
- run: poetry install
- run: poetry run pytest

0 comments on commit 9bdaa6c

Please sign in to comment.