Add test dependency installation to gitlab-ci
This commit is contained in:
parent
76c2ed7cba
commit
1ebf26e682
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ stages:
|
|||
|
||||
|
||||
before_script:
|
||||
- pip3 install coverage pycodestyle
|
||||
- export SPACEAPI_SERVER_VERSION=$(python -c 'import spaceapi_server; print(spaceapi_server.__version__)')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue