From 9c7e573c1c8c0870899287179788c7a2a8354083 Mon Sep 17 00:00:00 2001 From: Erika Date: Thu, 30 Apr 2026 17:41:30 -0700 Subject: [PATCH] Fix uv sources path to local folders --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }