Skip to content

Commit 51cb545

Browse files
authored
Update bioconda_pr.yml
1 parent 8a51560 commit 51cb545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bioconda_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "VERSION=$VERSION" >> $GITHUB_ENV
4040
echo "PACKAGE=$PACKAGE" >> $GITHUB_ENV
4141
42-
- name: Generate meta.yaml in recipes/${{ env.PACKAGE }}
42+
- name: Generate meta.yaml in recipes/${{ env.PACKAGE }}
4343
run: |
4444
mkdir -p recipes/${PACKAGE}
4545
cat <<'EOF' > recipes/${PACKAGE}/meta.yaml
@@ -122,6 +122,8 @@ EOF
122122
quay.io/bioconda/bioconda-utils-build-env \
123123
bash -c "cd /bioconda-recipes && bioconda-utils build recipes config.yml --packages ${PACKAGE} --loglevel info --docker --git-range master"
124124
125+
# 以下のステップは一時的にコメントアウトされています(必要時に有効化してください)
126+
125127
# - name: Commit and push
126128
# run: |
127129
# cd bioconda-recipes

0 commit comments

Comments
 (0)