Removed extra l

This commit is contained in:
Manuel Cortez 2020-07-17 23:32:41 -05:00
parent 91acce2df9
commit b4c8a41757

View File

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