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

[ci] Specialise general pipeline with specific information for this package

parent a5cd221a
No related branches found
No related tags found
1 merge request!33Full dev environment based on pixi-only
Pipeline #86579 passed
......@@ -6,3 +6,27 @@ include:
- project: 'biosignal/templates/ci'
ref: main
file: 'python.yml'
variables:
OMP_NUM_THREADS: 1 # for pytorch CI tests on docker platform
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_DEPTH: 1
.snippets:
apt-install-libgl:
# apt install libgl1-mesa-glx for grad-cam
- |
if [[ ${CI_RUNNER_TAGS} =~ '"docker"' ]]; then \
apt update; \
apt install -y libgl1-mesa-glx > /dev/null; \
fi
tests:
before_script:
- !reference [.snippets, setup-pixi]
- !reference [.snippets, apt-install-libgl]
documentation:
before_script:
- !reference [.snippets, setup-pixi]
- !reference [.snippets, apt-install-libgl]
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