Skip to content

Commit

Permalink
Fix Windows installer test (missing ionmob dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG authored Aug 14, 2024
1 parent 1100160 commit 78ff97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
pip install --only-binary :all: . pyinstaller
pip install --only-binary :all: .[ionmob] pyinstaller
- name: Install Inno Setup
uses: crazy-max/ghaction-chocolatey@v1
Expand Down

0 comments on commit 78ff97e

Please sign in to comment.