New Git LFS for CI
parent
51a524ffa4
commit
45728aa160
|
@ -8,7 +8,7 @@ stages:
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get -y install git-lfs
|
- wget https://github.com/git-lfs/git-lfs/releases/download/v1.5.5/git-lfs-linux-amd64-1.5.5.tar.gz && tar xf git-lfs-linux-amd64-1.5.5.tar.gz && cd git-lfs-1.5.5/ && ./install.sh
|
||||||
- git lfs install
|
- git lfs install
|
||||||
- pip3 install -U pip setuptools wheel
|
- pip3 install -U pip setuptools wheel
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue