Skip to content

Commit 137f26d

Browse files
Merge pull request #21 from casework/bump_poetry
Bump Poetry and load dependency
2 parents 1c5c677 + 62fb9cf commit 137f26d

3 files changed

Lines changed: 677 additions & 339 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242

43+
- name: Install visualization dependency
44+
run: sudo apt-get install --yes libegl1
45+
4346
- name: Set up Python ${{ matrix.python-version }}
4447
uses: actions/setup-python@v5
4548
with:

case_viewer/case_viewer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#from PyQt5 import QtCore
2929
import logging
3030

31-
from lib import JSONLD, get_attribute, get_optional_integer_attribute, \
31+
from .lib import JSONLD, get_attribute, get_optional_integer_attribute, \
3232
get_optional_string_attribute, get_optional_dict_attribute, \
3333
get_optional_list_attribute
3434

@@ -2173,4 +2173,4 @@ def main():
21732173
sys.exit(app.exec())
21742174

21752175
if __name__ == '__main__':
2176-
main()
2176+
main()

0 commit comments

Comments
 (0)