Skip to content
Snippets Groups Projects
Commit 4be79448 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Download LFS submodules during tests

parent 785df0a9
No related branches found
No related tags found
No related merge requests found
Pipeline #68974 passed
...@@ -6,3 +6,9 @@ ...@@ -6,3 +6,9 @@
include: include:
- project: biosignal/software/dev-profile - project: biosignal/software/dev-profile
file: /gitlab/python.yml file: /gitlab/python.yml
tests:
before_script:
- git submodule sync
- git submodule update --init
- !reference [.snippets, test-prepare]
...@@ -52,7 +52,11 @@ repos: ...@@ -52,7 +52,11 @@ repos:
) )
- id: check-toml - id: check-toml
- id: check-yaml - id: check-yaml
exclude: conda/meta.yaml exclude: |
(?x)(
^conda/meta.yaml|
^.gitlab-ci.yml
)
- id: debug-statements - id: debug-statements
- id: check-case-conflict - id: check-case-conflict
- id: trailing-whitespace - id: trailing-whitespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment