Skip to content

Commit

Permalink
Merge pull request #173 from compomics/fix/windows-installer-test
Browse files Browse the repository at this point in the history
Fix Windows installer test (missing ionmob dep)
  • Loading branch information
RalfG authored Aug 14, 2024
2 parents 1100160 + 78ff97e commit 4215f8d
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 4215f8d

Please sign in to comment.