Update .gitlab/ci/test.gitlab-ci.yml
This commit is contained in:
parent
1789ae20cf
commit
d4d14d57ff
@ -2,7 +2,7 @@ test:
|
||||
image: ubuntu:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y python python-pip git
|
||||
- apt install -y python3.4 python3-pip git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- pip install blender-addon-tester
|
||||
|
Loading…
Reference in New Issue
Block a user