25
25
- name : Install developer dependencies
26
26
run : |
27
27
python3 -m pip install -U pip
28
- python3 -m pip install -U pytest pytest-runner flake8
28
+ python3 -m pip install -U pytest pytest-runner
29
29
30
30
- name : Install sphinx dependencies
31
31
run :
39
39
working-directory : docs
40
40
run : make man
41
41
42
- - name : Lint codebase
43
- run : python3 -m flake8 --ignore E111,E501
44
-
45
-
46
42
- name : Run test suite
47
43
run : python3 -m pytest tests/
48
44
73
69
- name : Install developer dependencies
74
70
run : |
75
71
python3 -m pip install -U pip
76
- python3 -m pip install -U pytest pytest-runner flake8
72
+ python3 -m pip install -U pytest pytest-runner
77
73
78
74
- name : Install sphinx dependencies
79
75
run : |
88
84
working-directory : docs
89
85
run : make man
90
86
91
- - name : Lint codebase
92
- run : python3 -m flake8 --ignore E111,E501
93
-
94
-
95
87
- name : Run test suite
96
88
run : python3 -m pytest tests/
97
89
@@ -122,7 +114,7 @@ jobs:
122
114
- name : Install developer dependencies
123
115
run : |
124
116
python3 -m pip install -U pip
125
- python3 -m pip install -U pytest pytest-runner flake8
117
+ python3 -m pip install -U pytest pytest-runner
126
118
127
119
- name : Install sphinx dependencies
128
120
run : |
@@ -136,10 +128,6 @@ jobs:
136
128
working-directory : docs
137
129
run : make man
138
130
139
- - name : Lint codebase
140
- run : python3 -m flake8 --ignore E111,E501
141
-
142
-
143
131
- name : Run test suite
144
132
run : python3 -m pytest tests/
145
133
@@ -170,16 +158,12 @@ jobs:
170
158
- name : Install developer dependencies
171
159
run : |
172
160
python3 -m pip install -U pip
173
- python3 -m pip install -U pytest pytest-runner flake8
161
+ python3 -m pip install -U pytest pytest-runner
174
162
175
163
- name : Install tldr dependencies
176
164
run :
177
165
python3 -m pip install -r requirements.txt --user
178
166
179
- - name : Lint codebase
180
- run : python3 -m flake8 --ignore E111,E501
181
-
182
-
183
167
- name : Run test suite
184
168
run : python3 -m pytest tests/
185
169
0 commit comments