Skip to content
Snippets Groups Projects
Commit 2b1c5e0f authored by Destiny Kuehn's avatar Destiny Kuehn
Browse files

install libgl1-mesa-glx library

parent 9ff27189
No related branches found
No related tags found
1 merge request!14Pyside
Pipeline #2408 failed with stage
in 2 minutes and 8 seconds
...@@ -18,6 +18,8 @@ stages: ...@@ -18,6 +18,8 @@ stages:
- test - test
before_script: before_script:
- uname -a
- apt-get update && apt install -y libgl1-mesa-glx
- pip install -e .[dev] - pip install -e .[dev]
linting: linting:
......
...@@ -140,9 +140,6 @@ from glob import glob ...@@ -140,9 +140,6 @@ from glob import glob
from operator import mod from operator import mod
from PySide2 import QtCore, QtGui, QtWidgets from PySide2 import QtCore, QtGui, QtWidgets
#from libtrace import *
#from mseedInfo import *
from mseedpeek.libtrace import * from mseedpeek.libtrace import *
from mseedpeek.mseedInfo import * from mseedpeek.mseedInfo import *
......
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