Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
parent
506284ad1f
commit
582c908dc4
@ -3,10 +3,8 @@ test:
|
|||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- python --version
|
# - apt update
|
||||||
- python -m pip install --upgrade pip
|
# - apt install -f -y blender
|
||||||
- apt update
|
|
||||||
- apt install -f -y blender
|
|
||||||
- pip install blender-addon-tester
|
- pip install blender-addon-tester
|
||||||
- python test_addon.py multi_user 2.82
|
- python test_addon.py multi_user 2.82
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user