Skip to content

Commit 0cf3a22

Browse files
committed
Pin conda-build to 3.28.4
1 parent 9bfca0d commit 0cf3a22

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
(echo CONDA_BLD=%CONDA_PREFIX%\conda-bld\win-64\) >> %GITHUB_ENV%
9797
9898
- name: Install conda-build
99-
run: conda install conda-build
99+
run: conda install conda-build=3.28.4
100100

101101
- name: Cache conda packages
102102
uses: actions/cache@v4
@@ -111,12 +111,7 @@ jobs:
111111
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
112112
113113
- name: Build conda package
114-
run: |
115-
conda config --set verbosity 3 --env
116-
conda build --build-only --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
117-
echo "printing some text"
118-
env:
119-
CONDA_VERBOSITY: 3
114+
run: conda build --build-only --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
120115

121116
- name: Upload artifact
122117
uses: actions/[email protected]

0 commit comments

Comments
 (0)