File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 run : echo $CONDA/bin >> $GITHUB_PATH
4949
5050 - name : Install conda-build
51- run : conda install conda-build
51+ run : conda install conda-build python=3.12
5252
5353 - name : Build conda package
5454 run : |
9090 - name : Add conda to system path
9191 run : echo $CONDA/bin >> $GITHUB_PATH
9292 - name : Install conda-build
93- run : conda install conda-build
93+ run : conda install conda-build python=3.12
9494 - name : Create conda channel
9595 run : |
9696 mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -187,7 +187,7 @@ jobs:
187187 - name : Install conda build
188188 run : |
189189 conda activate
190- conda install -y conda-build
190+ conda install -y conda-build python=3.12
191191 conda list -n base
192192
193193 - name : Build conda package
You can’t perform that action at this time.
0 commit comments