Skip to content

Commit

Permalink
update poetry in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 5, 2023
1 parent b33bb38 commit a29f701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10"]
poetry-version: ["1.5.1"]
poetry-version: ["1.7.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Poetry ${{ matrix.poetry-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
poetry-version: ["1.5.1"]
poetry-version: ["1.7.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Poetry ${{ matrix.poetry-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 @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10"]
poetry-version: ["1.5.1"]
poetry-version: ["1.7.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Poetry ${{ matrix.poetry-version }}
Expand Down

0 comments on commit a29f701

Please sign in to comment.