add windows build step, 3

This commit is contained in:
2025-07-11 16:01:54 +02:00
parent 7fefc75d64
commit 0d28c61c0f

View File

@ -99,7 +99,7 @@ build-windows-binary:
- if: '$CI_COMMIT_TAG'
script:
- |
'C:\Program Files\Python313\python.exe' -m venv venv
& 'C:\Program Files\Python313\python.exe' -m venv venv
.\venv\Scripts\pip.exe install --upgrade pip
.\venv\Scripts\pip.exe install -r requirements.txt
.\venv\Scripts\pip.exe install pyinstaller