use editable install to avoid sdist build failure

This commit is contained in:
Adil Hafeez 2026-03-05 13:15:30 -08:00
parent a1508f4de1
commit a0ddae2fef
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

View file

@ -72,7 +72,7 @@ COPY cli/README.md ./
COPY config/plano_config_schema.yaml /config/plano_config_schema.yaml
COPY config/envoy.template.yaml /config/envoy.template.yaml
RUN uv run pip install --no-cache-dir .
RUN pip install --no-cache-dir -e .
COPY cli/planoai planoai/
COPY config/envoy.template.yaml .