feat: psutils test
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
test:
|
||||
stage: test
|
||||
image: python:latest
|
||||
image: python:3.7
|
||||
script:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- apt update
|
||||
- apt-get update && apt-get install -y python-dev
|
||||
# install blender to get all required dependencies
|
||||
# TODO: indtall only dependencies
|
||||
- apt install -f -y blender
|
||||
|
@ -45,7 +45,7 @@ from . import environment, utils
|
||||
|
||||
# TODO: remove dependency as soon as replication will be installed as a module
|
||||
DEPENDENCIES = {
|
||||
("replication", '0.0.12'),
|
||||
("replication", '0.0.13'),
|
||||
("deepdiff", '5.0.1'),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user