Skip to content

Commit

Permalink
Upgrade poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-JG3 committed Mar 8, 2024
1 parent 8664390 commit af8eb4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint
on: push

env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.9"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.9"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.8.2"
PYTHON_VERSION: "3.9"

jobs:
Expand Down

0 comments on commit af8eb4c

Please sign in to comment.