Skip to content

Commit 09f0463

Browse files
committed
do not need to used rc channel for python=3.13
1 parent 3e0fee5 commit 09f0463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: conda-incubator/setup-miniconda@v3
4040
with:
4141
python-version: ${{ matrix.python-version }}
42-
channels: ${{ matrix.python-version == '3.13' && 'conda-forge/label/python_rc,conda-forge, ' || ''}}defaults
42+
channels: conda-forge, defaults
4343
channel-priority: true
4444
activate-environment: dev
4545

0 commit comments

Comments
 (0)