File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v1
9
9
- uses : actions/setup-python@v1
10
10
with :
11
- python-version : ' 3.7 '
11
+ python-version : ' 3.12 '
12
12
- name : Install requirements
13
13
run : |
14
14
pip install -r requirements.txt
30
30
- uses : actions/checkout@v1
31
31
- uses : actions/setup-python@v1
32
32
with :
33
- python-version : ' 3.7 '
33
+ python-version : ' 3.12 '
34
34
- name : Install requirements
35
35
run : |
36
36
sudo apt-get install --no-install-recommends graphviz
47
47
- uses : actions/checkout@v1
48
48
- uses : actions/setup-python@v1
49
49
with :
50
- python-version : ' 3.7 '
50
+ python-version : ' 3.12 '
51
51
- name : Install requirements
52
52
run : |
53
53
sudo apt-get install --no-install-recommends graphviz latexmk texlive-fonts-recommended texlive-latex-extra tex-gyre
You can’t perform that action at this time.
0 commit comments