Skip to content

Commit d27fe22

Browse files
committed
sdist test fix
1 parent ffb1f3d commit d27fe22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sdist.yml

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

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

0 commit comments

Comments
 (0)