Commit 0aa6b15 1 parent 31dbd02 commit 0aa6b15 Copy full SHA for 0aa6b15
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
- - uses : Gr1N/setup-poetry@v8
20
+ - name : Set up Poetry
21
+ uses : Gr1N/setup-poetry@v8
22
+ with :
23
+ poetry-version : " 1.5.1" # support for Python 3.7 was dropped in 1.6.0
21
24
- uses : actions/cache@v2
22
25
with :
23
26
path : ~/.cache/pypoetry/virtualenvs
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-python@v4
17
- - uses : Gr1N/setup-poetry@v8
17
+ - name : Set up Poetry
18
+ uses : Gr1N/setup-poetry@v8
19
+ with :
20
+ poetry-version : " 1.5.1" # support for Python 3.7 was dropped in 1.6.0
18
21
- name : Configure access
19
22
run : |
20
23
poetry config repositories.testpypi https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
- - uses : Gr1N/setup-poetry@v8
20
+ - name : Set up Poetry
21
+ uses : Gr1N/setup-poetry@v8
22
+ with :
23
+ poetry-version : " 1.5.1" # support for Python 3.7 was dropped in 1.6.0
21
24
- uses : actions/cache@v2
22
25
with :
23
26
path : |
You can’t perform that action at this time.
0 commit comments