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