Skip to content

Commit

Permalink
#77 - ensure that the local hiyapyco lib is loaded, not the version t…
Browse files Browse the repository at this point in the history
…hat may be installed globally
  • Loading branch information
zerwes committed Oct 19, 2024
1 parent 6645c90 commit af03ece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_custom_yaml_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import os
import logging
import platform

basepath = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.dirname(basepath))

import hiyapyco

sys.path.insert(
Expand Down

0 comments on commit af03ece

Please sign in to comment.