Skip to content

Commit 80ee068

Browse files
authored
ci: drop unneeded setup-python step
1 parent b442d38 commit 80ee068

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/sdist.yml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- name: Set up Python
37-
uses: actions/setup-python@v2
38-
with:
39-
python-version: ${{ matrix.python-version }}
40-
4136
- name: Build pandas sdist
4237
run: |
4338
pipx run build --sdist

0 commit comments

Comments
 (0)