Skip to content

Commit 950fcd7

Browse files
Backport PR #44388: CI: Use conda-forge to create Python 3.10 env (#44389)
Co-authored-by: Thomas Li <[email protected]>
1 parent c803b7e commit 950fcd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdist.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- uses: conda-incubator/setup-miniconda@v2
5454
with:
5555
activate-environment: pandas-sdist
56+
channels: conda-forge
5657
python-version: '${{ matrix.python-version }}'
5758

5859
- name: Install pandas from sdist

0 commit comments

Comments
 (0)