pin poetry to 1.8.5

This commit is contained in:
Adil Hafeez 2025-01-06 14:12:30 -08:00
parent 8407edae99
commit c903384b54
5 changed files with 5 additions and 0 deletions

View file

@ -39,6 +39,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -24,6 +24,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -25,6 +25,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
- name: setup python venv

View file

@ -21,6 +21,7 @@ jobs:
- name: Install Poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -26,6 +26,7 @@ jobs:
# Step 3: Install Poetry
- name: Install Poetry
run: |
export POETRY_VERSION=1.8.5
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"