File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
- cron : ' 30 1 1,15 * *'
15
15
16
16
jobs :
17
- linux_py310 :
17
+
18
+ linux_py311 :
18
19
runs-on : ubuntu-latest
19
20
20
21
steps :
21
22
- uses : actions/checkout@v4
22
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
23
24
with :
24
- python-version : ' 3.10 '
25
+ python-version : 3.11
25
26
- run : sudo apt-get install pandoc
26
27
- run : pip install -r ci/requirements_env.txt
27
28
- run : pip install -r ci/requirements_ci.txt
28
29
- run : python -m sphinx . _build/ -b html
29
30
30
- linux_py311 :
31
+ linux_py312 :
31
32
runs-on : ubuntu-latest
32
33
33
34
steps :
34
35
- uses : actions/checkout@v4
35
- - uses : actions/setup-python@v4
36
+ - uses : actions/setup-python@v5
36
37
with :
37
- python-version : ' 3.11 '
38
+ python-version : 3.12
38
39
- run : sudo apt-get install pandoc
39
40
- run : pip install -r ci/requirements_env.txt
40
41
- run : pip install -r ci/requirements_ci.txt
You can’t perform that action at this time.
0 commit comments