Skip to content

Commit f9e1c62

Browse files
committed
single linux worker
1 parent 2fdf9dc commit f9e1c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Bulk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -c 'import bioconda_utils.utils as u ; import pathlib as p ; print(*(f"{f}:\n{p.Path(f).read_text()}" for f in u.load_conda_build_config().exclusive_config_files), sep="\n")'
5656
echo '============'
5757
bioconda-utils build recipes config.yml \
58-
--worker-offset ${{ matrix.runner }} --n-workers 2 \
58+
--worker-offset ${{ matrix.runner }} --n-workers 1 \
5959
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
6060
--lint --record-build-failures --skiplist-leafs \
6161
--packages bioconductor-rtracklayer bioconductor-genomicfeatures bioconductor-genefilter

0 commit comments

Comments
 (0)