Skip to content

Commit b442d38

Browse files
committed
CI: use pipx and build to simplify and remove a workaround
1 parent 8b90070 commit b442d38

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/sdist.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,9 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

41-
- name: Install dependencies
42-
run: |
43-
python -m pip install --upgrade pip setuptools wheel
44-
45-
# GH 39416
46-
pip install numpy
47-
4841
- name: Build pandas sdist
4942
run: |
50-
pip list
51-
python setup.py sdist --formats=gztar
43+
pipx run build --sdist
5244
5345
- uses: conda-incubator/setup-miniconda@v2
5446
with:

0 commit comments

Comments
 (0)