File tree Expand file tree Collapse file tree 5 files changed +1871
-1371
lines changed Expand file tree Collapse file tree 5 files changed +1871
-1371
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v3
10
10
- uses : actions/setup-python@v3
11
11
with :
12
- python-version : ' 3.7.17 '
12
+ python-version : ' 3.11.3 '
13
13
- name : Install poetry
14
14
uses : abatilo/actions-poetry@v2.0.0
15
15
- name : Install docs building dependencies
Original file line number Diff line number Diff line change 11
11
- name : Set up Python
12
12
uses : actions/setup-python@v3
13
13
with :
14
- python-version : ' 3.7.17 '
14
+ python-version : ' 3.11.3 '
15
15
- name : Install poetry
16
- uses : abatilo/actions-poetry@v2 .0.0
16
+ uses : abatilo/actions-poetry@v3 .0.0
17
17
- name : Install project dependencies
18
18
run : |
19
19
python3 -m pip install --upgrade pip
Original file line number Diff line number Diff line change 10
10
id : setup-python
11
11
uses : actions/setup-python@v3
12
12
with :
13
- python-version : ' 3.7.17 '
13
+ python-version : ' 3.11.3 '
14
14
- name : Install Poetry
15
15
uses : snok/install-poetry@v1
16
16
with :
You can’t perform that action at this time.
0 commit comments