fix sdist build: use editable install in CI and Docker

This commit is contained in:
Adil Hafeez 2026-03-05 13:13:30 -08:00
parent 495cbeb1b2
commit 465a68813e
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ jobs:
python-version: "3.14"
- name: Install planoai
run: pip install ./cli
run: pip install -e ./cli
- name: Validate plano config
run: bash config/validate_plano_config.sh