File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
# Follow oneAPI installation instruction for conda, since intel channel is not longer available
15
15
# CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
16
16
CHANNELS : ' -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels'
17
- CONDA_BUILD_VERSION : ' 24.9.1 '
17
+ CONDA_BUILD_VERSION : ' 24.9.0 '
18
18
CONDA_INDEX_VERSION : ' 0.5.0'
19
19
RERUN_TESTS_ON_FAILURE : ' true'
20
20
RUN_TESTS_MAX_ATTEMPTS : 2
@@ -241,7 +241,7 @@ jobs:
241
241
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
242
242
243
243
- name : Install dpnp
244
- run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest numpy"<2.0a" python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
244
+ run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
245
245
env :
246
246
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
247
247
MAMBA_NO_LOW_SPEED_LIMIT : 1
@@ -387,7 +387,7 @@ jobs:
387
387
- name : Install dpnp
388
388
run : |
389
389
@echo on
390
- mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest numpy"<2.0a" python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
390
+ mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} pytest python=${{ matrix.python }} ${{ env.TEST_CHANNELS }}
391
391
env :
392
392
TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
393
393
MAMBA_NO_LOW_SPEED_LIMIT : 1
Original file line number Diff line number Diff line change 83
83
if : env.INSTALL_ONE_API == 'yes'
84
84
run : |
85
85
mamba install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
86
- dpctl">=0.18.0dev0" numpy"<2.0a" ${{ env.NO_INTEL_CHANNELS }}
86
+ dpctl">=0.18.0dev0" ${{ env.NO_INTEL_CHANNELS }}
87
87
88
88
- name : Install dpnp dependencies
89
89
if : env.INSTALL_ONE_API != 'yes'
You can’t perform that action at this time.
0 commit comments