mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-08 02:23:51 -05:00
RTD Git LFS fix
This commit is contained in:
@@ -4,6 +4,13 @@ build:
|
|||||||
os: "ubuntu-22.04"
|
os: "ubuntu-22.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
jobs:
|
||||||
|
post_checkout:
|
||||||
|
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz
|
||||||
|
- tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz git-lfs
|
||||||
|
- ./git-lfs install
|
||||||
|
- ./git-lfs fetch
|
||||||
|
- ./git-lfs checkout
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
@@ -11,3 +18,4 @@ python:
|
|||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/source/conf.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user