Skip to content

Commit 4215f8d

Browse files
authored
Merge pull request #173 from compomics/fix/windows-installer-test
Fix Windows installer test (missing ionmob dep)
2 parents 1100160 + 78ff97e commit 4215f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install package and dependencies
5656
run: |
5757
python -m pip install --upgrade pip
58-
pip install --only-binary :all: . pyinstaller
58+
pip install --only-binary :all: .[ionmob] pyinstaller
5959
6060
- name: Install Inno Setup
6161
uses: crazy-max/ghaction-chocolatey@v1

0 commit comments

Comments
 (0)