Fix some gitlab changes
This commit is contained in:
parent
d7759c75a0
commit
893b075f06
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user