File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1616
1717 machine :
1818 image : ubuntu-2204:current
19- resource_class : arm.medium # two vCPUs
19+ resource_class : arm.large # 4 vCPUs
2020
2121 environment :
2222 CIBW_ARCHS : " aarch64"
@@ -88,13 +88,6 @@ workflows:
8888 only : /.*/
8989 build : " *manylinux*"
9090 image : quay.io/pypa/manylinux_2_28_aarch64
91- - arm-wheels :
92- name : arm-wheels-musllinux_1_1
93- filters :
94- tags :
95- only : /.*/
96- build : " *musllinux*"
97- image : quay.io/pypa/musllinux_1_1_aarch64
9891 - arm-wheels :
9992 name : arm-wheels-musllinux_1_2
10093 filters :
Original file line number Diff line number Diff line change 2323 include :
2424 - image : manylinux_2_28_x86_64
2525 build : " *manylinux*"
26- - image : musllinux_1_1_x86_64
27- build : " *musllinux*"
2826 - image : musllinux_1_2_x86_64
2927 build : " *musllinux*"
3028
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818write_to = " cwltool/_version.py"
1919
2020[tool .cibuildwheel ]
21- test-command = " python -m pytest -n 2 --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml -k 'not (test_bioconda or test_env_filtering or test_udocker)' --pyargs cwltool"
21+ test-command = " python -m pytest --ignore cwltool/schemas -n logical --dist worksteal --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml -k 'not (test_bioconda or test_env_filtering or test_udocker)' --pyargs cwltool"
2222test-requires = " -r test-requirements.txt"
2323test-extras = " deps"
2424skip = " pp*"
You can’t perform that action at this time.
0 commit comments