Skip to content

Commit e09cd1f

Browse files
committed
Add libglib2.0-0 and libfontconfig1 packages for CI
1 parent fb42d80 commit e09cd1f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
apt update
30-
apt install -y libglu1-mesa
30+
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1
3131
-
3232
uses: actions/checkout@v2
3333
-

tests/setup_test/test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import openmc.lib
2-
31
from openmc_plotter.main_window import MainWindow, _openmcReload
42

53
def test_window(qtbot):

0 commit comments

Comments
 (0)