File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
run : echo $CONDA/bin >> $GITHUB_PATH
52
52
53
53
- name : Install conda-build
54
- run : conda install conda-build
54
+ run : conda install conda-build python=3.12
55
55
56
56
- name : Build conda package with NumPy 2.0
57
57
run : |
95
95
run : echo $CONDA/bin >> $GITHUB_PATH
96
96
97
97
- name : Install conda-build
98
- run : conda install conda-build
98
+ run : conda install conda-build python=3.12
99
99
100
100
- name : Create conda channel
101
101
run : |
@@ -167,7 +167,7 @@ jobs:
167
167
conda-remove-defaults : ' true'
168
168
169
169
- name : Install conda-build
170
- run : conda install -n base conda-build
170
+ run : conda install -n base conda-build python=3.12
171
171
172
172
- name : Cache conda packages
173
173
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 51
51
run : echo $CONDA/bin >> $GITHUB_PATH
52
52
53
53
- name : Install conda-build
54
- run : conda install conda-build
54
+ run : conda install conda-build python=3.12
55
55
56
56
- name : Build conda package
57
57
run : |
94
94
run : echo $CONDA/bin >> $GITHUB_PATH
95
95
96
96
- name : Install conda-build
97
- run : conda install conda-build
97
+ run : conda install conda-build python=3.12
98
98
99
99
- name : Create conda channel
100
100
run : |
@@ -168,7 +168,7 @@ jobs:
168
168
- name : Install conda-build
169
169
run : |
170
170
conda activate
171
- conda install -n base conda-build
171
+ conda install -n base conda-build python=3.12
172
172
173
173
- name : Cache conda packages
174
174
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
You can’t perform that action at this time.
0 commit comments