mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Use editable install to fix sdist build failure (#805)
This commit is contained in:
parent
a1508f4de1
commit
780a0af132
5 changed files with 39 additions and 49 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue