Skip to content

Commit

Permalink
Update tests/morpheus/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Gardner <[email protected]>
  • Loading branch information
AnuradhaKaruppiah and dagardner-nv authored Oct 11, 2024
1 parent 1fb61e3 commit 8833118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/morpheus/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

@pytest.fixture(autouse=True)
def morpheus_sys_path():
sys.path.append(TEST_DIRS.tests_dir + "/morpheus")
sys.path.append(os.path.join(TEST_DIRS.tests_dir, "morpheus"))

0 comments on commit 8833118

Please sign in to comment.