From 582c908dc448a34a0c8834a60b3a527e0aaff5f4 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Wed, 8 Apr 2020 08:47:42 +0000 Subject: [PATCH] Update .gitlab/ci/test.gitlab-ci.yml --- .gitlab/ci/test.gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 1a9e102..4f85a57 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -3,10 +3,8 @@ test: script: - git submodule init - git submodule update - - python --version - - python -m pip install --upgrade pip - - apt update - - apt install -f -y blender + # - apt update + # - apt install -f -y blender - pip install blender-addon-tester - python test_addon.py multi_user 2.82