Skip to content
Snippets Groups Projects

Fix pipeline breaking due to libGL not being found

Merged Kien Le requested to merge fix-issue_31_pipeline_failed_cannot_find_libGL into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -20,6 +20,7 @@ stages:
- Build Env and Test
before_script:
- pip install -e .[dev]
- apt-get update && apt install -y libgl1-mesa-glx
flake8:
image: python:3.8
Loading