mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
move pytest to dev deps and migrate to poetry 2 (#602)
* move pytest to dev deps * migrate to poetry 2 and standard metadata
This commit is contained in:
parent
566e7b9c09
commit
662546481a
11 changed files with 2473 additions and 90 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
export POETRY_VERSION=1.8.5
|
||||
export POETRY_VERSION=2.2.1
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue