Skip to content

Commit acaffa8

Browse files
committed
remove python_platform from matrix variables
1 parent 136e381 commit acaffa8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
os:
3333
- name: Linux
3434
runs-on: ubuntu-latest
35-
python_platform: linux
3635
matrix: linux
3736
container:
3837
2.7: docker://python:2.7-buster
@@ -44,11 +43,9 @@ jobs:
4443
pypy3: docker://pypy:3-stretch
4544
- name: macOS
4645
runs-on: macos-latest
47-
python_platform: darwin
4846
matrix: macos
4947
- name: Windows
5048
runs-on: windows-latest
51-
python_platform: win32
5249
matrix: windows
5350
openssl:
5451
x86: win32
@@ -213,7 +210,6 @@ jobs:
213210
os:
214211
- name: Linux
215212
runs-on: ubuntu-latest
216-
python_platform: linux
217213
matrix: linux
218214
container:
219215
3.8: docker://python:3.8-buster
@@ -261,7 +257,6 @@ jobs:
261257
os:
262258
- name: Linux
263259
runs-on: ubuntu-latest
264-
python_platform: linux
265260
matrix: linux
266261
container:
267262
3.8: docker://python:3.8-buster

0 commit comments

Comments
 (0)