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 79
79
run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
80
80
81
81
- 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.1 ${{ env.CHANNELS }} conda-recipe
83
83
env :
84
84
MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0'
85
85
@@ -162,7 +162,7 @@ jobs:
162
162
- name : Install dpnp
163
163
run : |
164
164
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 }}
166
166
env :
167
167
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
168
168
MAMBA_NO_LOW_SPEED_LIMIT : 1
@@ -286,7 +286,7 @@ jobs:
286
286
run : |
287
287
@echo on
288
288
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 }}
290
290
env :
291
291
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
292
292
MAMBA_NO_LOW_SPEED_LIMIT : 1
You can’t perform that action at this time.
0 commit comments