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