mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 12:52:56 +02:00
use editable install to avoid sdist build failure
This commit is contained in:
parent
a1508f4de1
commit
a0ddae2fef
2 changed files with 2 additions and 2 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