Patch bugfix for runner

This commit is contained in:
Iain Powrie 2021-09-23 02:34:15 +00:00
parent 3e1198a7f2
commit 9e87282302

View File

@ -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