Skip to content

Commit 70b267f

Browse files
authored
Update auto_bioconda_pr.yaml
1 parent 5cade3d commit 70b267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_bioconda_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
ABS_PATH=$(realpath bioconda-recipes)
127127
docker run --rm -v $ABS_PATH:/bioconda-recipes \
128128
quay.io/bioconda/bioconda-utils-build-env \
129-
bash -c "cd /bioconda-recipes && bioconda-utils build recipes config.yml --packages ${PACKAGE} --loglevel info --docker --git-range master"
129+
bash -c "cd /bioconda-recipes && bioconda-utils build recipes config.yml --packages ${PACKAGE} --loglevel info --docker"
130130
131131
# - name: Commit and push
132132
# run: |

0 commit comments

Comments
 (0)