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:
191
191
echo PACKAGE_VERSION=${PACKAGE_VERSION}
192
192
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
193
193
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
-
198
194
- name : Install dpnp
199
195
id : install_dpnp
200
196
continue-on-error : true
@@ -324,10 +320,6 @@ jobs:
324
320
(echo CONDA_LIB_PATH=%CONDA_PREFIX%\Library\lib\) >> %GITHUB_ENV%
325
321
(echo CONDA_LIB_BIN_PATH=%CONDA_PREFIX%\Library\bin\) >> %GITHUB_ENV%
326
322
327
- - name : Install conda-index
328
- run : |
329
- mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
330
-
331
323
- name : Create conda channel
332
324
run : |
333
325
@echo on
@@ -351,10 +343,6 @@ jobs:
351
343
echo PACKAGE_VERSION: %PACKAGE_VERSION%
352
344
(echo PACKAGE_VERSION=%PACKAGE_VERSION%) >> %GITHUB_ENV%
353
345
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
-
358
346
- name : Install dpnp
359
347
run : |
360
348
@echo on
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ name: Build DPNP conda package
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
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
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
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