We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0fee5 commit 09f0463Copy full SHA for 09f0463
.github/workflows/python-package-conda.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: conda-incubator/setup-miniconda@v3
40
with:
41
python-version: ${{ matrix.python-version }}
42
- channels: ${{ matrix.python-version == '3.13' && 'conda-forge/label/python_rc,conda-forge, ' || ''}}defaults
+ channels: conda-forge, defaults
43
channel-priority: true
44
activate-environment: dev
45
0 commit comments