Skip to content

Commit 1b38569

Browse files
try this
1 parent 5cabda0 commit 1b38569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifelines/tests/test_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
BASE_PATH = Path(__file__).parent.parent.parent
9-
REQUIREMENTS_PATH = BASE_PATH.joinpath("reqs/base-requirements.txt").absolute()
9+
REQUIREMENTS_PATH = str(BASE_PATH.joinpath("reqs/base-requirements.txt").absolute())
1010

1111

1212
class TestRequirements:

0 commit comments

Comments
 (0)