File tree Expand file tree Collapse file tree 6 files changed +142
-208
lines changed
docs/contributing/frc-docs Expand file tree Collapse file tree 6 files changed +142
-208
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
- uses : actions/setup-python@v2
11
11
with :
12
- python-version : 3.8
12
+ python-version : 3.9
13
13
- name : Install Python Dependencies
14
14
run : |
15
15
pip install -r source/requirements.txt
42
42
git fetch origin main --depth=1
43
43
- uses : actions/setup-python@v2
44
44
with :
45
- python-version : 3.7
45
+ python-version : 3.9
46
46
- name : Install Dependencies
47
47
run : |
48
48
pip install -r source/requirements.txt
55
55
- uses : actions/checkout@v2
56
56
- uses : actions/setup-python@v2
57
57
with :
58
- python-version : 3.7
58
+ python-version : 3.9
59
59
- name : Install Dependencies
60
60
run : |
61
61
pip install -r source/requirements.txt
68
68
- uses : actions/checkout@v2
69
69
- uses : actions/setup-python@v2
70
70
with :
71
- python-version : 3.7
71
+ python-version : 3.9
72
72
- name : Check Image Size
73
73
run : |
74
74
make sizecheck
90
90
git fetch origin main --depth=1
91
91
- uses : actions/setup-python@v2
92
92
with :
93
- python-version : 3.7
93
+ python-version : 3.9
94
94
- name : Install Dependencies
95
95
run : |
96
96
pip install -r source/requirements.txt
@@ -106,7 +106,7 @@ jobs:
106
106
- uses : actions/checkout@v2
107
107
- uses : actions/setup-python@v2
108
108
with :
109
- python-version : 3.7
109
+ python-version : 3.9
110
110
111
111
with :
112
112
black_args : " . --check"
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
- uses : actions/setup-python@v2
15
15
with :
16
- python-version : 3.7
16
+ python-version : 3.9
17
17
- name : Install Dependencies
18
18
run : pip install -r source/requirements.txt
19
19
- name : Check Links
You can’t perform that action at this time.
0 commit comments