mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
use uv instead of poetry
This commit is contained in:
parent
ca95ffb63d
commit
bcaa26ed71
31 changed files with 250 additions and 7220 deletions
11
.github/workflows/e2e_archgw.yml
vendored
11
.github/workflows/e2e_archgw.yml
vendored
|
|
@ -48,19 +48,16 @@ jobs:
|
|||
run: |
|
||||
source common.sh && wait_for_healthz http://localhost:10000/healthz
|
||||
|
||||
- name: install poetry
|
||||
run: |
|
||||
export POETRY_VERSION=2.2.1
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
- name: install uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
- name: install test dependencies
|
||||
run: |
|
||||
poetry install
|
||||
uv sync
|
||||
|
||||
- name: run plano tests
|
||||
run: |
|
||||
poetry run pytest || tail -100 plano.logs
|
||||
uv run pytest || tail -100 plano.logs
|
||||
|
||||
- name: stop plano docker container
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue