File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ script:
30
30
- if [[ $PLAT == aarch64 ]]; then docker run --rm -e PLAT=$PLAT -e PYTHON=$PYTHON -v $(realpath .):/src $DOCKER_IMAGE /src/build-arm64-wheels.sh; fi
31
31
jobs :
32
32
include :
33
- - arch : amd64
34
- python : " pypy2.7-6.0"
33
+ # - arch: amd64
34
+ # python: "pypy2.7-6.0"
35
35
36
- - arch : amd64
37
- python : " pypy3.5"
36
+ # - arch: amd64
37
+ # python: "pypy3.5"
38
38
39
- - arch : amd64
40
- python : " 3.5"
39
+ # - arch: amd64
40
+ # python: "3.5"
41
41
42
- - arch : amd64
43
- python : " 2.7"
42
+ # - arch: amd64
43
+ # python: "2.7"
44
44
45
- - arch : amd64
46
- python : " 3.6"
45
+ # - arch: amd64
46
+ # python: "3.6"
47
47
48
- - arch : amd64
49
- python : " 3.7"
48
+ # - arch: amd64
49
+ # python: "3.7"
50
50
51
51
- arch : arm64
52
52
python : " 3.7"
You can’t perform that action at this time.
0 commit comments