Skip to content

Commit 8fe70f9

Browse files
authored
Update: Use newer Poetry. (#456)
1 parent e432f81 commit 8fe70f9

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/major.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
python-version: ['3.8', '3.9', '3.10','3.11']
15-
poetry-version: ['1.4.2']
15+
poetry-version: ['1.5.1']
1616
os: [ubuntu-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.os }}
@@ -56,11 +56,11 @@ jobs:
5656
python-version: 3.8
5757

5858
# Setup poetry
59-
- name: Install poetry 1.4.2
59+
- name: Install poetry 1.5.1
6060
run: |
6161
python -m ensurepip
6262
python -m pip install --upgrade pip
63-
python -m pip install poetry==1.4.2
63+
python -m pip install poetry==1.5.1
6464
6565
- name: Install dependencies
6666
shell: bash

.github/workflows/minor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
python-version: ['3.8', '3.9', '3.10', '3.11']
15-
poetry-version: ['1.4.2']
15+
poetry-version: ['1.5.1']
1616
os: [ubuntu-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.os }}
@@ -56,11 +56,11 @@ jobs:
5656
python-version: 3.8
5757

5858
# Setup poetry
59-
- name: Install poetry 1.4.2
59+
- name: Install poetry 1.5.1
6060
run: |
6161
python -m ensurepip
6262
python -m pip install --upgrade pip
63-
python -m pip install poetry==1.4.2
63+
python -m pip install poetry==1.5.1
6464
6565
- name: Install dependencies
6666
shell: bash

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ['3.8']
17-
poetry-version: ['1.4.2']
17+
poetry-version: ['1.5.1']
1818
os: [ubuntu-latest]
1919

2020
runs-on: ${{ matrix.os }}
@@ -58,11 +58,11 @@ jobs:
5858
python-version: 3.8
5959

6060
# Setup poetry
61-
- name: Install poetry 1.4.2
61+
- name: Install poetry 1.5.1
6262
run: |
6363
python -m ensurepip
6464
python -m pip install --upgrade pip
65-
python -m pip install poetry==1.4.2
65+
python -m pip install poetry==1.5.1
6666
6767
- name: Install dependencies
6868
shell: bash

.github/workflows/patch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
python-version: ['3.8', '3.9', '3.10','3.11']
15-
poetry-version: ['1.4.2']
15+
poetry-version: ['1.5.1']
1616
os: [ubuntu-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.os }}
@@ -56,11 +56,11 @@ jobs:
5656
python-version: 3.8
5757

5858
# Setup poetry
59-
- name: Install poetry 1.4.2
59+
- name: Install poetry 1.5.1
6060
run: |
6161
python -m ensurepip
6262
python -m pip install --upgrade pip
63-
python -m pip install poetry==1.4.2
63+
python -m pip install poetry==1.5.1
6464
6565
- name: Install dependencies
6666
shell: bash

.github/workflows/test-on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
python-version: "3.10"
1919

20-
- name: Install poetry 1.4.2
20+
- name: Install poetry 1.5.1
2121
run: |
2222
python -m ensurepip
2323
python -m pip install --upgrade pip
24-
python -m pip install poetry==1.4.2
24+
python -m pip install poetry==1.5.1
2525
2626
- name: Install dependencies
2727
shell: bash
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: true
4242
matrix:
4343
python-version: ['3.8', '3.9', '3.10', '3.11']
44-
poetry-version: ['1.4.2']
44+
poetry-version: ['1.5.1']
4545
os: [ubuntu-latest, windows-latest]
4646
exclude:
4747
- os: windows-latest

0 commit comments

Comments
 (0)