Skip to content

Commit

Permalink
high priority packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Dec 18, 2023
1 parent 6781fb4 commit 5adf9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 1
matrix:
runner: [0, 1, 2, 3, 4, 5]
runner: [0]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
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")'
echo '============'
bioconda-utils build recipes config.yml \
--worker-offset ${{ matrix.runner }} --n-workers 6 \
--packages bioconductor-genomation bioconductor-mlinterfaces bioconductor-crisprseek bioconductor-crisprbowtie bioconductor-rawrr bioconductor-lpsymphony bioconductor-proloc bioconductor-ihw \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--lint --record-build-failures --skiplist-leafs
conda clean -y --all
Expand Down

0 comments on commit 5adf9a4

Please sign in to comment.