Skip to content

Commit 54efedd

Browse files
committed
Pin python version to 3.13 due to conda-build and conda-index limitations
1 parent d3b8d9c commit 54efedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
use-mamba: 'true'
108108
conda-remove-defaults: 'true'
109109
activate-environment: 'build'
110-
python-version: ${{ matrix.python }}
110+
python-version: '3.13' # no python 3.14 support by conda-build
111111

112112
- name: Cache conda packages
113113
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -246,7 +246,7 @@ jobs:
246246
use-mamba: 'true'
247247
conda-remove-defaults: 'true'
248248
activate-environment: 'test'
249-
python-version: ${{ matrix.python }}
249+
python-version: '3.13' # no python 3.14 support by conda-index
250250

251251
- name: Install conda-index
252252
run: conda install conda-index

0 commit comments

Comments
 (0)