Skip to content
Snippets Groups Projects

Update tests

Merged Daniel CARRON requested to merge update-tests into issue-23-and-39
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -12,9 +12,16 @@ variables:
GIT_SUBMODULE_DEPTH: 1
XDG_CONFIG_HOME: $CI_PROJECT_DIR/tests/data
documentation:
before_script:
# for opencv-python dependence
- apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null
- !reference [.snippets, doc-prepare]
tests:
before_script:
- ls /idiap/resource/database/*
# for opencv-python dependence
- if [ "$TAG" == "docker" ]; then apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null; fi
# for pytorch quirks on linux
- if [ "$TAG" == "docker" ]; then export OMP_NUM_THREADS=1; fi # Set the number of threads used to 1
- !reference [.snippets, test-prepare]
Loading