Skip to content

Commit 88ecc6f

Browse files
committed
bump
1 parent 033f850 commit 88ecc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bioconda-utils-build-env-cos7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
tags: '3.1 3 latest'
1414
debian_version: '12.2'
1515
archs: 'arm64 amd64'
16-
bioconda_utils: 'master'
16+
bioconda_utils: true

.github/workflows/generic_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
debian="$( run cat /etc/debian_version | sed '1!d' )"
142142
bash="$( run bash --version | sed '1!d' )"
143143
144-
if [ ! -z "${bioconda_utils}" ]; then
144+
if [ "${bioconda_utils}" ]; then
145145
bioconda_utils="$(
146146
run sh -c '. /opt/conda/etc/profile.d/conda.sh && conda activate base && bioconda-utils --version' \
147147
| rev | cut -f1 -d " " | rev

0 commit comments

Comments
 (0)