Skip to content

Commit b1e6be8

Browse files
committed
revert sdist ci changes
1 parent 59d0cf2 commit b1e6be8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/sdist.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,11 @@ jobs:
4343

4444
- name: Install dependencies
4545
run: |
46-
python -m pip install --upgrade pip cmake setuptools wheel
46+
python -m pip install --upgrade pip setuptools wheel
4747
4848
# GH 39416
4949
pip install numpy
5050
51-
- name: Build pandas
52-
run: |
53-
cmake .
54-
cmake --build . --parallel
55-
5651
- name: Build pandas sdist
5752
run: |
5853
pip list

0 commit comments

Comments
 (0)