pin poetry to 1.8.5 (#358)

This commit is contained in:
Adil Hafeez 2025-01-06 14:23:46 -08:00 committed by GitHub
parent 8407edae99
commit aa11113cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

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