Merge pull request #61 from antmicro/recursive_checkout

Check out submodules recursively
This commit is contained in:
Tim Ansell 2019-10-17 10:00:38 -07:00 committed by GitHub
commit bf7fbea99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ python:
conda:
environment: environment.yml
submodules:
include: all
recursive: true