File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 strategy :
2424 matrix :
25- python : ['3.9', '3.10', '3.11']
25+ python : ['3.9', '3.10', '3.11', '3.12' ]
2626 steps :
2727 - uses : actions/checkout@v4.1.7
2828 with :
5454 run : |
5555 # use bootstrap channel to pull NumPy linked with OpenBLAS
5656 CHANNELS="-c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels"
57- VERSIONS="--python ${{ matrix.python }} --numpy 1.23 "
57+ VERSIONS="--python ${{ matrix.python }} --numpy 2.0 "
5858 TEST="--no-test"
5959 conda build \
6060 $TEST \
7777
7878 strategy :
7979 matrix :
80- python : ['3.9', '3.10', '3.11']
80+ python : ['3.9', '3.10', '3.11', '3.12' ]
8181 env :
8282 conda-bld : C:\Miniconda\conda-bld\win-64\
8383 steps :
@@ -109,7 +109,7 @@ jobs:
109109 - name : Build conda package
110110 env :
111111 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112- run : conda build --no-test --python ${{ matrix.python }} -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
112+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 - c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
113113 - name : Upload artifact
114114 uses : actions/upload-artifact@v4.3.6
115115 with :
You can’t perform that action at this time.
0 commit comments