Skip to content

Commit

Permalink
Include build dependencies for building the exe!
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Sep 27, 2024
1 parent 6a6d64e commit 98a9fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install the module
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install .[build]
- name: Build the application
run: |
python application/setup.py build
Expand Down

0 comments on commit 98a9fb0

Please sign in to comment.