Skip to content

Commit d0328c4

Browse files
committed
ci: update poetry version in ci
1 parent 6c35e82 commit d0328c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.9"]
14-
poetry-version: ["1.2"]
14+
poetry-version: ["1.3"]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v2

.github/workflows/pylama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ["3.9"]
12-
poetry-version: ["1.2"]
12+
poetry-version: ["1.3"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ["3.10"]
24-
poetry-version: ["1.2"]
24+
poetry-version: ["1.3"]
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)