We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b8d9c commit 54efeddCopy full SHA for 54efedd
.github/workflows/conda-package.yml
@@ -107,7 +107,7 @@ jobs:
107
use-mamba: 'true'
108
conda-remove-defaults: 'true'
109
activate-environment: 'build'
110
- python-version: ${{ matrix.python }}
+ python-version: '3.13' # no python 3.14 support by conda-build
111
112
- name: Cache conda packages
113
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -246,7 +246,7 @@ jobs:
246
247
248
activate-environment: 'test'
249
+ python-version: '3.13' # no python 3.14 support by conda-index
250
251
- name: Install conda-index
252
run: conda install conda-index
0 commit comments