Reverted back to 32 bits support due to missing VLC stuff

This commit is contained in:
Manuel Cortez 2020-07-19 11:38:07 -05:00
parent aa2c46c618
commit ff8a7492e8

View File

@ -15,8 +15,8 @@ stages:
tags:
- windows10
before_script:
- '&$env:PYTHON3_64 -V'
- '&$env:PYTHON3_64 -m venv env'
- '&$env:PYTHON3_32 -V'
- '&$env:PYTHON3_32 -m venv env'
- 'env\scripts\activate'
- 'python -m pip install --upgrade pip'
- 'python -m pip install --upgrade -r requirements.txt'