File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,6 @@ jobs:
191191 echo PACKAGE_VERSION=${PACKAGE_VERSION}
192192 echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
193193
194- # conda-index does not support python 3.13, but we need to test DPNP package with python 3.13
195- - name : Remove conda-index
196- run : mamba remove conda-index
197-
198194 - name : Install dpnp
199195 id : install_dpnp
200196 continue-on-error : true
@@ -324,10 +320,6 @@ jobs:
324320 (echo CONDA_LIB_PATH=%CONDA_PREFIX%\Library\lib\) >> %GITHUB_ENV%
325321 (echo CONDA_LIB_BIN_PATH=%CONDA_PREFIX%\Library\bin\) >> %GITHUB_ENV%
326322
327- - name : Install conda-index
328- run : |
329- mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
330-
331323 - name : Create conda channel
332324 run : |
333325 @echo on
@@ -351,10 +343,6 @@ jobs:
351343 echo PACKAGE_VERSION: %PACKAGE_VERSION%
352344 (echo PACKAGE_VERSION=%PACKAGE_VERSION%) >> %GITHUB_ENV%
353345
354- # conda-index does not support python 3.13, but we need to test DPNP package with python 3.13
355- - name : Remove conda-index
356- run : mamba remove conda-index
357-
358346 - name : Install dpnp
359347 run : |
360348 @echo on
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ name: Build DPNP conda package
22channels :
33 - conda-forge
44dependencies :
5- - python=3.12 # conda-build does not support python 3. 13
6- - conda-build=25.4.2
5+ - python=3.13
6+ - conda-build=25.5.0
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ name: Create conda channel with DPNP package
22channels :
33 - conda-forge
44dependencies :
5- - python=3.12 # conda does not support python 3.13
6- - conda-index=0.6.0
5+ - python=3.12 # DPNP does not support python 3.13
6+ - conda-index=0.6.1
You can’t perform that action at this time.
0 commit comments