Skip to content

Commit

Permalink
FIX build for windows executable (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpg2709 committed Jun 19, 2024
1 parent a04d6d9 commit bdaddc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |
Expand All @@ -30,8 +30,8 @@ jobs:
python3 -m pip install -U setuptools setuptools-scm
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller==6.3.0
python3 -m pip uninstall -y PyQt6-sip
python3 -m pip install PyQt6-sip==13.6.0
python3 -m pip install -U PyQt6-sip
python3 -m pip install -U PyQt6
- name: Build binary
run: |
.\venv\Scripts\activate
Expand Down

0 comments on commit bdaddc3

Please sign in to comment.