Skip to content

Commit

Permalink
ci: update poetry version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Jan 27, 2023
1 parent 9ea7228 commit d64345c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d64345c

Please sign in to comment.