Skip to content

Commit 701c59d

Browse files
committed
typo
1 parent 6aa7ceb commit 701c59d

13 files changed

+20
-20
lines changed

Diff for: .github/workflows/test-integrations-ai.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/[email protected]
109109
- 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') }}
111111
with:
112112
python-version: ${{ matrix.python-version }}
113113
allow-prereleases: true

Diff for: .github/workflows/test-integrations-cloud.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/[email protected]
4242
- 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') }}
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
allow-prereleases: true
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/[email protected]
117117
- 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') }}
119119
with:
120120
python-version: ${{ matrix.python-version }}
121121
allow-prereleases: true

Diff for: .github/workflows/test-integrations-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

Diff for: .github/workflows/test-integrations-dbs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/[email protected]
5656
- 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') }}
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
allow-prereleases: true
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- uses: actions/[email protected]
151151
- 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') }}
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155
allow-prereleases: true

Diff for: .github/workflows/test-integrations-flags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

Diff for: .github/workflows/test-integrations-gevent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

Diff for: .github/workflows/test-integrations-graphql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

Diff for: .github/workflows/test-integrations-misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

Diff for: .github/workflows/test-integrations-network.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/[email protected]
101101
- 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') }}
103103
with:
104104
python-version: ${{ matrix.python-version }}
105105
allow-prereleases: true

Diff for: .github/workflows/test-integrations-tasks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/[email protected]
3939
- 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') }}
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
allow-prereleases: true
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/[email protected]
124124
- 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') }}
126126
with:
127127
python-version: ${{ matrix.python-version }}
128128
allow-prereleases: true

Diff for: .github/workflows/test-integrations-web-1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/[email protected]
5656
- 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') }}
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
allow-prereleases: true
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/[email protected]
141141
- uses: actions/setup-python@v5
142-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
142+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
143143
with:
144144
python-version: ${{ matrix.python-version }}
145145
allow-prereleases: true

Diff for: .github/workflows/test-integrations-web-2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- 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') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/[email protected]
129129
- uses: actions/setup-python@v5
130-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
130+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133
allow-prereleases: true

Diff for: scripts/split_tox_gh_actions/templates/test_group.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
steps:
4141
- uses: actions/[email protected]
4242
- uses: actions/setup-python@v5
43-
{% raw %}if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}{% endraw %}
43+
{% raw %}if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}{% endraw %}
4444
with:
4545
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
4646
allow-prereleases: true

0 commit comments

Comments
 (0)