[arnav] fix(ci): install local debug package via requirements-dev

This commit is contained in:
Arnav Naval
2026-04-30 23:47:18 -05:00
parent 249489cbd0
commit bc816437b6
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ jobs:
backend/requirements-dev.txt
- name: Install backend deps
# Default cwd in GH Actions is the repo root, which is required for
# the `-e ./debugger` line in backend/requirements-dev.txt to resolve.
run: |
python -m pip install --upgrade pip
python -m pip install \