Skip to content

Commit 7da6d53

Browse files
committed
Enable conda verbosity
1 parent 1fe2f10 commit 7da6d53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
119119
- name: Build conda package
120120
run: conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
121+
env:
122+
CONDA_VERBOSITY: 2
121123

122124
- name: Upload artifact
123125
uses: actions/[email protected]

0 commit comments

Comments
 (0)