File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- python : cjw296/python-ci@3
4+ python : cjw296/python-ci@3.3
55
66jobs :
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
You can’t perform that action at this time.
0 commit comments