Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
parent
d4d14d57ff
commit
ca141f9860
@ -2,9 +2,9 @@ test:
|
||||
image: ubuntu:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y python3.4 python3-pip git
|
||||
- apt install -y python3 python3-pip git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- pip install blender-addon-tester
|
||||
- python scripts/test_addon.py multi_user $BLENDER_VERSIONS
|
||||
- python3 -m pip pip install blender-addon-tester
|
||||
- python3 scripts/test_addon.py multi_user $BLENDER_VERSIONS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user