File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Set up Python 3.12
26
26
uses : actions/setup-python@v5
27
27
with :
28
- python-version : 3.12
28
+ python-version : 3.13
29
29
- name : Run World screenshots generation script
30
30
run : |
31
31
./tools/test/generateWorldScreenshots.py
Original file line number Diff line number Diff line change 37
37
- name : Set up Python 3.12
38
38
uses : actions/setup-python@v5
39
39
with :
40
- python-version : 3.12
40
+ python-version : 3.13
41
41
- name : Search for invalid screenshot files
42
42
run : ./tools/test/checkInvalidScreenshots.py
43
43
58
58
- name : Set up Python 3.12
59
59
uses : actions/setup-python@v5
60
60
with :
61
- python-version : 3.12
61
+ python-version : 3.13
62
62
- name : Search for invalid dependencies
63
63
run : ./tools/dependencies/checkDependencies.py
64
64
Original file line number Diff line number Diff line change 24
24
- name : Set up Python 3.12
25
25
uses : actions/setup-python@v5
26
26
with :
27
- python-version : 3.12
27
+ python-version : 3.13
28
28
- name : Setup Localazy
29
29
run : |
30
30
curl -sS https://dist.localazy.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/localazy.gpg
Original file line number Diff line number Diff line change 16
16
- name : Set up Python 3.12
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.12
19
+ python-version : 3.13
20
20
- name : Install Prerequisite dependencies
21
21
run : |
22
22
pip install requests
You can’t perform that action at this time.
0 commit comments