Skip to content

Commit

Permalink
Install pip deps on Windows, before creating the sdist, as setuptools…
Browse files Browse the repository at this point in the history
… is needed. (#154)
  • Loading branch information
misl6 authored Oct 8, 2023
1 parent 10dd2ea commit e4e9a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
echo "Dependency paths are:"
ls $env:SDL_ROOT
ls $env:FFMPEG_ROOT
- name: Make sdist
if: matrix.python == '3.12'
run: python setup.py sdist --formats=gztar
- name: Install pip deps
run: |
python -m pip install --upgrade pip virtualenv wheel setuptools cython~=0.29.36 pytest
- name: Make sdist
if: matrix.python == '3.12'
run: python setup.py sdist --formats=gztar
- name: Make wheel
run: |
$env:SDL_ROOT=(get-item $env:SDL_ROOT).FullName
Expand Down

0 comments on commit e4e9a11

Please sign in to comment.