Skip to content
Snippets Groups Projects
Commit 4d7716a9 authored by Kien Le's avatar Kien Le
Browse files

Merge branch 'fix-issue_31_pipeline_failed_cannot_find_libGL' into 'master'

Fix pipeline breaking due to libGL not being found

Closes #31

See merge request !25
parents da9f7ab0 f2b32c06
No related branches found
No related tags found
1 merge request!25Fix pipeline breaking due to libGL not being found
Pipeline #1797 passed with stage
in 3 minutes and 56 seconds
......@@ -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
......
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