diff --git a/pyproject.toml b/pyproject.toml index a5501a86a..ed300af15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,5 @@ test = [ [tool.uv.sources] shared-utils = { workspace = true } calitp-data-analysis = { workspace = true } -segment-speed-utils = { path = "rt_segment_speeds", editable = true } -rt-analysis = { path = "rt_delay", editable = true } +segment-speed-utils = { path = "./rt_segment_speeds", editable = true } +rt-analysis = { path = "./rt_delay", editable = true }