File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 96
96
(echo CONDA_BLD=%CONDA_PREFIX%\conda-bld\win-64\) >> %GITHUB_ENV%
97
97
98
98
- name : Install conda-build
99
- run : conda install conda-build
99
+ run : conda install conda-build=3.28.4
100
100
101
101
- name : Cache conda packages
102
102
uses : actions/cache@v4
@@ -111,12 +111,7 @@ jobs:
111
111
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
112
112
113
113
- 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 --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
120
115
121
116
- name : Upload artifact
122
117
You can’t perform that action at this time.
0 commit comments