Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install visualization dependency
run: sudo apt-get install --yes libegl1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions case_viewer/case_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#from PyQt5 import QtCore
import logging

from lib import JSONLD, get_attribute, get_optional_integer_attribute, \
from .lib import JSONLD, get_attribute, get_optional_integer_attribute, \
get_optional_string_attribute, get_optional_dict_attribute, \
get_optional_list_attribute

Expand Down Expand Up @@ -2173,4 +2173,4 @@ def main():
sys.exit(app.exec())

if __name__ == '__main__':
main()
main()
Loading
Loading