mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Patch bugfix for runner
This commit is contained in:
parent
3e1198a7f2
commit
9e87282302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user