We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45899de commit e7a3930Copy full SHA for e7a3930
.travis.yml
@@ -25,9 +25,7 @@ before_install:
25
conda install --yes python="3.8" pyqt;
26
pip install -r requirements.txt
27
28
- #- sudo apt-get install libxcb-xinerama0
29
- #- sudo apt-get install -qq libegl1-mesa
30
- - sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
+ sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
31
32
script:
33
- python demo_A_GUI_full.py simulate
0 commit comments