From 78ff97e3f44b162eb1d637363b7e090f30c82b46 Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Wed, 14 Aug 2024 11:16:33 +0200 Subject: [PATCH] Fix Windows installer test (missing ionmob dep) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26f9eb5..522e183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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