File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
8080
8181 - name : Build conda package
82- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
82+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2.2 ${{ env.CHANNELS }} conda-recipe
8383 env :
8484 MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0'
8585
@@ -162,7 +162,7 @@ jobs:
162162 - name : Install dpnp
163163 run : |
164164 mamba create -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
165- mamba activate ${{ env.TEST_ENV_NAME }}
165+ conda activate ${{ env.TEST_ENV_NAME }}
166166 env :
167167 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
168168 MAMBA_NO_LOW_SPEED_LIMIT : 1
@@ -286,7 +286,7 @@ jobs:
286286 run : |
287287 @echo on
288288 mamba create -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
289- mamba activate ${{ env.TEST_ENV_NAME }}
289+ conda activate ${{ env.TEST_ENV_NAME }}
290290 env :
291291 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
292292 MAMBA_NO_LOW_SPEED_LIMIT : 1
You can’t perform that action at this time.
0 commit comments