Skip to content

Commit 317f5b6

Browse files
committed
Try again
1 parent 437c90a commit 317f5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "conda-forge/label/python_rc::3.13.0rc2"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13.0rc2"]
1616
# macos-12 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
1818

@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Conda
2626
uses: conda-incubator/[email protected]
2727
with:
28-
channels: conda-forge
28+
channels: conda-forge, conda-forge/label/python_rc
2929
miniforge-version: latest
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)