Skip to content

Commit aad39a8

Browse files
authored
CI: Use conda-forge to create Python 3.10 env (#44388)
1 parent d38b18c commit aad39a8

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)