Skip to content

Commit 29706a6

Browse files
committed
update poetry version in workflows
1 parent 0c2c4b8 commit 29706a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
30-
poetry-version: [1.1.12]
30+
poetry-version: [1.8.2]
3131
name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
3232
steps:
3333
#----------------------------------------------

.github/workflows/quality-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Poetry
4646
uses: snok/install-poetry@v1
4747
with:
48-
version: 1.1.12
48+
version: 1.8.2
4949
virtualenvs-create: true
5050
virtualenvs-in-project: true
5151
installer-parallel: true

.github/workflows/upload-pypi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
32-
poetry-version: [1.1.12]
32+
poetry-version: [1.8.2]
3333
name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
3434
steps:
3535
#----------------------------------------------
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Poetry
4848
uses: snok/install-poetry@v1
4949
with:
50-
version: 1.1.6
50+
version: 1.8.2
5151
virtualenvs-create: true
5252
virtualenvs-in-project: true
5353
installer-parallel: true

0 commit comments

Comments
 (0)