From 1cee3b5dae4219e337711241a066636dd90207af Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 11 Jul 2025 16:03:20 +0200 Subject: [PATCH] add windows build step, 4 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0dea5f..1802866 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,7 @@ build-windows-binary: - if: '$CI_COMMIT_TAG' script: - | + cd src & 'C:\Program Files\Python313\python.exe' -m venv venv .\venv\Scripts\pip.exe install --upgrade pip .\venv\Scripts\pip.exe install -r requirements.txt