Fix some gitlab changes

This commit is contained in:
Manuel Cortez 2020-09-30 17:56:16 -05:00
parent d7759c75a0
commit 893b075f06

View File

@ -19,6 +19,7 @@ stages:
- '&$env:PYTHON3_32 -m venv env'
- 'env\scripts\activate'
- 'python -m pip install --upgrade pip'
- 'python -m pip install --upgrade -r requirements.txt'
test:
<<: *configure_environment
@ -63,7 +64,6 @@ public:
<<: *configure_environment
stage: build
script:
- 'python -m pip install --upgrade -r requirements.txt'
- cd src
- 'python write_version_data.py'
- 'python setup.py build'