File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
- python : ' 3.9'
25
25
numpy : ' 2.0'
26
26
- python : ' 3.10'
27
- numpy : ' 2.0'
28
- - python : ' 3.11'
29
27
numpy : ' 2.2'
28
+ - python : ' 3.11'
29
+ numpy : ' 2.3'
30
30
- python : ' 3.12'
31
31
numpy : ' 2.3'
32
32
- python : ' 3.13'
61
61
run : echo $CONDA/bin >> $GITHUB_PATH
62
62
63
63
- name : Install conda-build
64
- run : conda install conda-build python=3.12
64
+ run : conda install conda-build
65
65
66
66
- name : Build conda package with NumPy 2.x
67
67
run : |
@@ -105,7 +105,7 @@ jobs:
105
105
run : echo $CONDA/bin >> $GITHUB_PATH
106
106
107
107
- name : Install conda-build
108
- run : conda install conda-build python=3.12
108
+ run : conda install conda-build
109
109
110
110
- name : Create conda channel
111
111
run : |
@@ -161,9 +161,9 @@ jobs:
161
161
- python : ' 3.9'
162
162
numpy : ' 2.0'
163
163
- python : ' 3.10'
164
- numpy : ' 2.0'
165
- - python : ' 3.11'
166
164
numpy : ' 2.2'
165
+ - python : ' 3.11'
166
+ numpy : ' 2.3'
167
167
- python : ' 3.12'
168
168
numpy : ' 2.3'
169
169
- python : ' 3.13'
@@ -187,7 +187,7 @@ jobs:
187
187
conda-remove-defaults : ' true'
188
188
189
189
- name : Install conda-build
190
- run : conda install -n base conda-build python=3.12
190
+ run : conda install -n base conda-build
191
191
192
192
- name : Cache conda packages
193
193
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 python=3.12
54
+ run : conda install conda-build
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 python=3.12
97
+ run : conda install conda-build
98
98
99
99
- name : Create conda channel
100
100
run : |
@@ -177,7 +177,7 @@ jobs:
177
177
- name : Install conda-build
178
178
run : |
179
179
conda activate
180
- conda install -n base conda-build python=3.12
180
+ conda install -n base conda-build
181
181
182
182
- name : Cache conda packages
183
183
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 18
18
- name : Set up python
19
19
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
20
20
with :
21
- python-version : ' 3.12 '
21
+ python-version : ' 3.13 '
22
22
23
23
- name : Set up pip packages
24
24
uses : BSFishy/pip-action@8f2d471d809dc20b6ada98c91910b6ae6243f318 # v1
You can’t perform that action at this time.
0 commit comments