File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments