mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
fix validate-config CI job to use Python (script unchanged)
This commit is contained in:
parent
15b9e8b95c
commit
1e6f38f772
1 changed files with 6 additions and 5 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -133,12 +133,13 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Build plano CLI
|
||||
working-directory: ./crates
|
||||
run: cargo build --release -p plano-cli
|
||||
- name: Install planoai
|
||||
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