File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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"
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