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 48
48
run : echo $CONDA/bin >> $GITHUB_PATH
49
49
50
50
- name : Install conda-build
51
- run : conda install conda-build
51
+ run : conda install conda-build python=3.12
52
52
53
53
- name : Build conda package
54
54
run : |
90
90
- name : Add conda to system path
91
91
run : echo $CONDA/bin >> $GITHUB_PATH
92
92
- name : Install conda-build
93
- run : conda install conda-build
93
+ run : conda install conda-build python=3.12
94
94
- name : Create conda channel
95
95
run : |
96
96
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -187,7 +187,7 @@ jobs:
187
187
- name : Install conda build
188
188
run : |
189
189
conda activate
190
- conda install -y conda-build
190
+ conda install -y conda-build python=3.12
191
191
conda list -n base
192
192
193
193
- name : Build conda package
You can’t perform that action at this time.
0 commit comments