File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
python-version : ["3.9"]
14
- poetry-version : ["1.2 "]
14
+ poetry-version : ["1.3 "]
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
python-version : ["3.9"]
12
- poetry-version : ["1.2 "]
12
+ poetry-version : ["1.3 "]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
python-version : ["3.10"]
24
- poetry-version : ["1.2 "]
24
+ poetry-version : ["1.3 "]
25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments