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 2424 - python : ' 3.9'
2525 numpy : ' 2.0'
2626 - python : ' 3.10'
27- numpy : ' 2.0'
28- - python : ' 3.11'
2927 numpy : ' 2.2'
28+ - python : ' 3.11'
29+ numpy : ' 2.3'
3030 - python : ' 3.12'
3131 numpy : ' 2.3'
3232 - python : ' 3.13'
6161 run : echo $CONDA/bin >> $GITHUB_PATH
6262
6363 - name : Install conda-build
64- run : conda install conda-build python=3.12
64+ run : conda install conda-build
6565
6666 - name : Build conda package with NumPy 2.x
6767 run : |
@@ -105,7 +105,7 @@ jobs:
105105 run : echo $CONDA/bin >> $GITHUB_PATH
106106
107107 - name : Install conda-build
108- run : conda install conda-build python=3.12
108+ run : conda install conda-build
109109
110110 - name : Create conda channel
111111 run : |
@@ -161,9 +161,9 @@ jobs:
161161 - python : ' 3.9'
162162 numpy : ' 2.0'
163163 - python : ' 3.10'
164- numpy : ' 2.0'
165- - python : ' 3.11'
166164 numpy : ' 2.2'
165+ - python : ' 3.11'
166+ numpy : ' 2.3'
167167 - python : ' 3.12'
168168 numpy : ' 2.3'
169169 - python : ' 3.13'
@@ -187,7 +187,7 @@ jobs:
187187 conda-remove-defaults : ' true'
188188
189189 - name : Install conda-build
190- run : conda install -n base conda-build python=3.12
190+ run : conda install -n base conda-build
191191
192192 - name : Cache conda packages
193193 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 5151 run : echo $CONDA/bin >> $GITHUB_PATH
5252
5353 - name : Install conda-build
54- run : conda install conda-build python=3.12
54+ run : conda install conda-build
5555
5656 - name : Build conda package
5757 run : |
9494 run : echo $CONDA/bin >> $GITHUB_PATH
9595
9696 - name : Install conda-build
97- run : conda install conda-build python=3.12
97+ run : conda install conda-build
9898
9999 - name : Create conda channel
100100 run : |
@@ -177,7 +177,7 @@ jobs:
177177 - name : Install conda-build
178178 run : |
179179 conda activate
180- conda install -n base conda-build python=3.12
180+ conda install -n base conda-build
181181
182182 - name : Cache conda packages
183183 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 1818 - name : Set up python
1919 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2020 with :
21- python-version : ' 3.12 '
21+ python-version : ' 3.13 '
2222
2323 - name : Set up pip packages
2424 uses : BSFishy/pip-action@8f2d471d809dc20b6ada98c91910b6ae6243f318 # v1
You can’t perform that action at this time.
0 commit comments