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

@ -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"