From ae08b40e8bff7a8467e0714db799d7b15e5942c9 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 7 Jul 2020 09:45:48 +0000 Subject: [PATCH] fix: another attempt to fix psutil install on docker --- .gitlab/ci/test.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 95baa45..410f11f 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -1,13 +1,13 @@ test: stage: test - image: python:3.7 + image: python:latest script: - git submodule init - git submodule update - apt update # install blender to get all required 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 - python scripts/test_addon.py