Skip to content

Commit

Permalink
Debugging with a specific test for mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 13, 2024
1 parent aa23e01 commit ffe34e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
run: cmake --install .
working-directory: build

- name: Test mappings
env:
DLITE_PYDEBUG: ""
working-directory: build
run: ctest -V -R mappings

- name: Test
env:
DLITE_PYDEBUG: ""
Expand Down
2 changes: 1 addition & 1 deletion examples/mappings/oteexample.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
importskip("tripper")
from tripper import EMMO, MAP, Triplestore

importskip("otelib")
importskip("otelib", env_exitcode=None)
from otelib import OTEClient

oteapi_dlite = importskip("oteapi_dlite", env_exitcode=None)
Expand Down

0 comments on commit ffe34e1

Please sign in to comment.