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

[ci] Modify conda-package stage to add libGL install (required by opencv)

parent f6342125
No related branches found
No related tags found
2 merge requests!18Update tests,!16Make square centre-padding a model transform
Pipeline #84293 failed
...@@ -29,6 +29,5 @@ tests: ...@@ -29,6 +29,5 @@ tests:
conda-package: conda-package:
before_script: before_script:
# for opencv-python dependence # for opencv-python dependence
- if [ "$TAG" == "docker" ]; then apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null; fi - apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null
- mamba install -n base -y git
- !reference [.snippets, conda-prepare] - !reference [.snippets, conda-prepare]
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