Skip to content

Commit e132217

Browse files
committed
Actually use pypy to run pypy's CI
1 parent 921fad1 commit e132217

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
python: cjw296/python-ci@3
4+
python: cjw296/python-ci@3.3
55

66
jobs:
77
check-package:
@@ -27,6 +27,7 @@ common: &common
2727

2828
- python/pip-run-tests:
2929
matrix:
30+
alias: python-tests
3031
parameters:
3132
image:
3233
- cimg/python:3.6
@@ -35,12 +36,17 @@ common: &common
3536
- cimg/python:3.9
3637
- cimg/python:3.10
3738
- cimg/python:3.11
38-
- pypy:3.7-7.3.2 # https://foss.heptapod.net/pypy/pypy/-/issues/3436
39+
40+
- python/pip-run-tests:
41+
name: pypy-tests
42+
python: pypy3
43+
image: pypy:3.7-7.3.2 # https://foss.heptapod.net/pypy/pypy/-/issues/3436
3944

4045
- python/coverage:
4146
name: coverage
4247
requires:
43-
- python/pip-run-tests
48+
- python-tests
49+
- pypy-tests
4450

4551
- python/pip-docs:
4652
name: docs

0 commit comments

Comments
 (0)