fix: another attempt to fix psutil install on docker

This commit is contained in:
Swann Martinez 2020-07-07 09:45:48 +00:00
parent 6ce4cc2d47
commit ae08b40e8b

View File

@ -1,13 +1,13 @@
test: test:
stage: test stage: test
image: python:3.7 image: python:latest
script: script:
- git submodule init - git submodule init
- git submodule update - git submodule update
- apt update - apt update
# install blender to get all required dependencies # install blender to get all required dependencies
# TODO: indtall only dependencies # TODO: indtall only dependencies
- apt install -f -y python3.7-dev gcc blender - apt install -f -y python-dev gcc blender
- pip install blender-addon-tester - pip install blender-addon-tester
- python scripts/test_addon.py - python scripts/test_addon.py