Update win7 build according to #292

This commit is contained in:
Flowseal 2026-03-23 09:12:06 +03:00
parent f3d05f7efc
commit f95b9b7da0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
cache: "pip" cache: "pip"
- name: Install dependencies (Win7 x86) - name: Install dependencies (Win7 x86)
run: pip install ".[win7]" run: pip install .
- name: Install PyInstaller (Win7 x86) - name: Install PyInstaller (Win7 x86)
run: pip install "pyinstaller==5.13.2" run: pip install "pyinstaller==5.13.2"