Skip to content

Commit 626b651

Browse files
authored
CI: Remove conda list from sdist build causing failures (#50779)
* CI: Remove conda fromm sdist build * Just don 't conda list
1 parent 5120720 commit 626b651

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/sdist.yml

-1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ jobs:
9292
- name: Import pandas
9393
run: |
9494
cd ..
95-
conda list
9695
python -c "import pandas; pandas.show_versions();"

0 commit comments

Comments
 (0)