File tree Expand file tree Collapse file tree 2 files changed +0
-63
lines changed Expand file tree Collapse file tree 2 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -22,41 +22,13 @@ jobs:
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
25
- - name : Run with setup-python 3.6
26
- uses : ./
27
- with :
28
- python-version : 3.6
29
- - name : Verify 3.6
30
- run : python __tests__/verify-python.py 3.6
31
-
32
- - name : Run with setup-python 3.7
33
- uses : ./
34
- with :
35
- python-version : 3.7
36
- - name : Verify 3.7
37
- run : python __tests__/verify-python.py 3.7
38
-
39
25
- name : Run with setup-python 3.8
40
26
uses : ./
41
27
with :
42
28
python-version : 3.8
43
29
- name : Verify 3.8
44
30
run : python __tests__/verify-python.py 3.8
45
31
46
- - name : Run with setup-python 3.7.5
47
- uses : ./
48
- with :
49
- python-version : 3.7.5
50
- - name : Verify 3.7.5
51
- run : python __tests__/verify-python.py 3.7.5
52
-
53
- - name : Run with setup-python 3.6.7
54
- uses : ./
55
- with :
56
- python-version : 3.6.7
57
- - name : Verify 3.6.7
58
- run : python __tests__/verify-python.py 3.6.7
59
-
60
32
- name : Run with setup-python 3.8.1
61
33
uses : ./
62
34
with :
Original file line number Diff line number Diff line change 25
25
exclude :
26
26
- os : ubuntu-22.04
27
27
python : 3.8.10
28
- include :
29
- - os : windows-latest
30
- python : 3.5.4
31
- - os : ubuntu-20.04
32
- python : 3.6.7
33
- - os : ubuntu-20.04
34
- python : 3.7.5
35
28
steps :
36
29
- name : Checkout
37
30
uses : actions/checkout@v4
70
63
exclude :
71
64
- os : ubuntu-22.04
72
65
python : 3.8.10
73
- include :
74
- - os : windows-latest
75
- python : 3.5.4
76
- - os : ubuntu-20.04
77
- python : 3.6.7
78
- - os : ubuntu-20.04
79
- python : 3.7.5
80
66
steps :
81
67
- name : Checkout
82
68
uses : actions/checkout@v4
@@ -118,13 +104,6 @@ jobs:
118
104
exclude :
119
105
- os : ubuntu-22.04
120
106
python : 3.8.10
121
- include :
122
- - os : windows-latest
123
- python : 3.5.4
124
- - os : ubuntu-20.04
125
- python : 3.6.7
126
- - os : ubuntu-20.04
127
- python : 3.7.5
128
107
steps :
129
108
- name : Checkout
130
109
uses : actions/checkout@v4
@@ -164,13 +143,6 @@ jobs:
164
143
exclude :
165
144
- os : ubuntu-22.04
166
145
python : 3.8.10
167
- include :
168
- - os : windows-latest
169
- python : 3.5.4
170
- - os : ubuntu-20.04
171
- python : 3.6.7
172
- - os : ubuntu-20.04
173
- python : 3.7.5
174
146
steps :
175
147
- name : Checkout
176
148
uses : actions/checkout@v4
@@ -215,13 +187,6 @@ jobs:
215
187
exclude :
216
188
- os : ubuntu-22.04
217
189
python : 3.8.10
218
- include :
219
- - os : windows-latest
220
- python : 3.5.4
221
- - os : ubuntu-20.04
222
- python : 3.6.7
223
- - os : ubuntu-20.04
224
- python : 3.7.5
225
190
steps :
226
191
- name : Checkout
227
192
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments