File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4747 - name : Build conda package
4848 run : |
4949 CHANNELS="-c conda-forge --override-channels"
50- VERSIONS="--python ${{ matrix.python }} --numpy 2.0 "
50+ VERSIONS="--python ${{ matrix.python }} --numpy 2"
5151 TEST="--no-test"
5252
5353 conda build \
9595 - name : Setup MSVC
9696 uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
9797 - name : Build conda package
98- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe-cf
98+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe-cf
9999 - name : Upload artifact
100100 uses : actions/upload-artifact@v4
101101 with :
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ jobs:
114114 numpy : ' 2.3'
115115 - python : ' 3.12'
116116 numpy : ' 2.3'
117+ - python : ' 3.13'
118+ numpy : ' 2.3'
117119 env :
118120 CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
119121
@@ -184,6 +186,8 @@ jobs:
184186 numpy : ' 2.3'
185187 - python : ' 3.12'
186188 numpy : ' 2.3'
189+ - python : ' 3.13'
190+ numpy : ' 2.3'
187191 env :
188192 CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
189193
You can’t perform that action at this time.
0 commit comments