From 9e87282302993d5b7e8bd58cc1410a954c357c19 Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Thu, 23 Sep 2021 02:34:15 +0000 Subject: [PATCH] Patch bugfix for runner --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe06d824..16591854 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ win-dev-build: script: - | $ErrorActionPreference = "Stop" - python -m venv .venv + py -m venv .venv .venv\Scripts\activate.ps1 pip install pyinstaller pip install -r requirements.txt @@ -130,7 +130,7 @@ win-prod-build: script: - | $ErrorActionPreference = "Stop" - python -m venv .venv + py -m venv .venv .venv\Scripts\activate.ps1 pip install pyinstaller pip install -r requirements.txt