Autoaccept choco install

This commit is contained in:
Manuel Cortez 2020-07-17 23:35:06 -05:00
parent b4c8a41757
commit 19b7248074

View File

@ -18,7 +18,7 @@ default:
tags: tags:
- windows10 - windows10
before_script: before_script:
- 'choco install python git nsis' - 'choco install -y python git nsis'
- 'python -V' - 'python -V'
# - 'python -m venv env' # - 'python -m venv env'
# - 'env\scripts\activate' # - 'env\scripts\activate'