Skip to content

Commit e4e9a11

Browse files
authored
Install pip deps on Windows, before creating the sdist, as setuptools is needed. (#154)
1 parent 10dd2ea commit e4e9a11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
echo "Dependency paths are:"
6060
ls $env:SDL_ROOT
6161
ls $env:FFMPEG_ROOT
62-
- name: Make sdist
63-
if: matrix.python == '3.12'
64-
run: python setup.py sdist --formats=gztar
6562
- name: Install pip deps
6663
run: |
6764
python -m pip install --upgrade pip virtualenv wheel setuptools cython~=0.29.36 pytest
65+
- name: Make sdist
66+
if: matrix.python == '3.12'
67+
run: python setup.py sdist --formats=gztar
6868
- name: Make wheel
6969
run: |
7070
$env:SDL_ROOT=(get-item $env:SDL_ROOT).FullName

0 commit comments

Comments
 (0)