8000 MAINT Temporarly remove PyPy3 build in CircleCI · scikit-learn/scikit-learn@6e94a63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e94a63

Browse files
committed
MAINT Temporarly remove PyPy3 build in CircleCI
1 parent 47d3b3c commit 6e94a63

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,6 @@ jobs:
6565
path: ~/log.txt
6666
destination: log.txt
6767

68-
pypy3:
69-
docker:
70-
- image: pypy:3-6.0.0
71-
steps:
72-
- restore_cache:
73-
keys:
74-
- pypy3-ccache-{{ .Branch }}
75-
- pypy3-ccache
76-
- checkout
77-
- run: ./build_tools/circle/build_test_pypy.sh
78-
- save_cache:
79-
key: pypy3-ccache-{{ .Branch }}-{{ .BuildNum }}
80-
paths:
81-
- ~/.ccache
82-
- ~/.cache/pip
8368

8469
deploy:
8570
docker:
@@ -104,7 +89,6 @@ workflows:
10489
jobs:
10590
- python3
10691
- python2
107-
- pypy3
10892
- deploy:
10993
requires:
11094
- python3

0 commit comments

Comments
 (0)
0