mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
pin poetry to 1.8.5
This commit is contained in:
parent
8407edae99
commit
c903384b54
5 changed files with 5 additions and 0 deletions
1
.github/workflows/e2e_archgw.yml
vendored
1
.github/workflows/e2e_archgw.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: install poetry
|
- name: install poetry
|
||||||
run: |
|
run: |
|
||||||
|
export POETRY_VERSION=1.8.5
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
1
.github/workflows/e2e_model_server.yml
vendored
1
.github/workflows/e2e_model_server.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: install poetry
|
- name: install poetry
|
||||||
run: |
|
run: |
|
||||||
|
export POETRY_VERSION=1.8.5
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
1
.github/workflows/e2e_test_demos.yml
vendored
1
.github/workflows/e2e_test_demos.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: install poetry
|
- name: install poetry
|
||||||
run: |
|
run: |
|
||||||
|
export POETRY_VERSION=1.8.5
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
- name: setup python venv
|
- name: setup python venv
|
||||||
|
|
|
||||||
1
.github/workflows/e2e_tests.yml
vendored
1
.github/workflows/e2e_tests.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
|
export POETRY_VERSION=1.8.5
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
1
.github/workflows/model-server-tests.yml
vendored
1
.github/workflows/model-server-tests.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
# Step 3: Install Poetry
|
# Step 3: Install Poetry
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
|
export POETRY_VERSION=1.8.5
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue