Skip to content
Snippets Groups Projects
Commit 67bf23ae authored by Sven Marcus's avatar Sven Marcus
Browse files

Another attempt at getting libGL to work

parent 9c952442
No related branches found
No related tags found
1 merge request!11Fixes Python build and test jobs
......@@ -217,7 +217,7 @@ gcc_9_python_bindings_test:
before_script:
- export PYTHONPATH="Python"
- export VF_WHEEL=$(find dist/*.whl)
- apt-get update && apt-get install -y libglx-mesa0
- apt-get update && apt-get install -y libgl1
- pip3 install $VF_WHEEL
- pip3 install -r Python/requirements.txt
......
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