Skip to content

Commit

Permalink
winget install --id Python.DevelopmentKit
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jul 26, 2024
1 parent 725c996 commit 98de5e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install cython pyinstaller python-dev
pip install cython pyinstaller
- name: Install Python development package
# For "Python.h"
run: |
winget install --id Python.DevelopmentKit
- name: Compile Cython code
run: |
cython spatial.py
Expand Down

0 comments on commit 98de5e9

Please sign in to comment.