File tree Expand file tree Collapse file tree 3 files changed +230
-234
lines changed Expand file tree Collapse file tree 3 files changed +230
-234
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v3
19
19
20
20
- name : Set up Poetry
21
- # Need to use version < 1.2.0 in order to support Python 3.6
22
- run : pipx install poetry==1.1.15
21
+ run : pipx install poetry==1.3.2
23
22
24
23
- name : Set up Python ${{ matrix.python-version }}
25
24
uses : actions/setup-python@v4
49
48
uses : actions/checkout@v3
50
49
51
50
- name : Set up Poetry
52
- # Need to use version < 1.2.0 in order to support Python 3.6
53
- run : pipx install poetry==1.1.15
51
+ run : pipx install poetry==1.3.2
54
52
55
53
- name : Set up Python ${{ matrix.python-version }}
56
54
uses : actions/setup-python@v4
80
78
uses : actions/checkout@v3
81
79
82
80
- name : Set up Poetry
83
- # Need to use version < 1.2.0 in order to support Python 3.6
84
- run : pipx install poetry==1.1.15
81
+ run : pipx install poetry==1.3.2
85
82
86
83
- name : Set up Python ${{ matrix.python-version }}
87
84
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v1
19
19
20
20
- name : Set up Poetry
21
- # Need to use version < 1.2.0 in order to support Python 3.6
22
- run : pipx install poetry==1.1.15
21
+ run : pipx install poetry==1.3.2
23
22
24
23
- name : Set up Python
25
24
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments