1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-19 15:53:48 +02:00

fetch submodule in gitlab ci

This commit is contained in:
Lukas Winkler 2021-02-03 22:48:06 +01:00
parent 80e0ebecd4
commit fe9e03be0b
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -4,7 +4,7 @@ image: python:3.7
# only cache local items.
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
GIT_SUBMODULE_STRATEGY: recursive # fetch submodule
# Pip's cache doesn't store the python packages
# https://pip.pypa.io/en/stable/reference/pip_install/#caching
#