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 16
16
17
17
machine :
18
18
image : ubuntu-2204:current
19
- resource_class : arm.medium # two vCPUs
19
+ resource_class : arm.large # 4 vCPUs
20
20
21
21
environment :
22
22
CIBW_ARCHS : " aarch64"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
18
18
write_to = " cwltool/_version.py"
19
19
20
20
[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"
22
22
test-requires = " -r test-requirements.txt"
23
23
test-extras = " deps"
24
24
skip = " pp*"
You can’t perform that action at this time.
0 commit comments