Skip to content

Commit

Permalink
CI: Fix windows installer test (pip only binary)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 18, 2024
1 parent c6f47c4 commit bb4fd29
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 @@ -59,7 +59,7 @@ jobs:
- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
pip install . pyinstaller
pip install --only-binary :all: . pyinstaller
- name: Install Inno Setup
uses: crazy-max/ghaction-chocolatey@v1
Expand Down

0 comments on commit bb4fd29

Please sign in to comment.