File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
scripts/split_tox_gh_actions/templates Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/checkout@v4.2.2
109
109
- uses : actions/setup-python@v5
110
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
110
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
111
111
with :
112
112
python-version : ${{ matrix.python-version }}
113
113
allow-prereleases : true
Original file line number Diff line number Diff line change 40
40
steps :
41
41
- uses : actions/checkout@v4.2.2
42
42
- uses : actions/setup-python@v5
43
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
43
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
allow-prereleases : true
@@ -115,7 +115,7 @@ jobs:
115
115
steps :
116
116
- uses : actions/checkout@v4.2.2
117
117
- uses : actions/setup-python@v5
118
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
118
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
119
119
with :
120
120
python-version : ${{ matrix.python-version }}
121
121
allow-prereleases : true
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
Original file line number Diff line number Diff line change 54
54
steps :
55
55
- uses : actions/checkout@v4.2.2
56
56
- uses : actions/setup-python@v5
57
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
57
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
allow-prereleases : true
@@ -149,7 +149,7 @@ jobs:
149
149
steps :
150
150
- uses : actions/checkout@v4.2.2
151
151
- uses : actions/setup-python@v5
152
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
152
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
153
153
with :
154
154
python-version : ${{ matrix.python-version }}
155
155
allow-prereleases : true
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
Original file line number Diff line number Diff line change <
2A0
/tr>36
36
steps :
37
37
- uses : actions/checkout@v4.2.2
38
38
- uses : actions/setup-python@v5
39
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
39
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
99
99
steps :
100
100
- uses : actions/checkout@v4.2.2
101
101
- uses : actions/setup-python@v5
102
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
102
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
103
103
with :
104
104
python-version : ${{ matrix.python-version }}
105
105
allow-prereleases : true
Original file line number Diff line number Diff line change 37
37
steps :
38
38
- uses : actions/checkout@v4.2.2
39
39
- uses : actions/setup-python@v5
40
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
40
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
allow-prereleases : true
@@ -122,7 +122,7 @@ jobs:
122
122
steps :
123
123
- uses : actions/checkout@v4.2.2
124
124
- uses : actions/setup-python@v5
125
- if : ${{ (matrix.python-version == '3.6' || matrix.python-version = = '3.7') }}
125
+ if : ${{ (matrix.python-version != '3.6' && matrix.python-version ! = '3.7') }}
126
126
with :
127
127
python-version : ${{ matrix.python-version }}
128
128
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments