Update and restrict versions of Poetry and Python.

This commit is contained in:
erinhmclark
2025-01-13 17:42:51 +00:00
parent e9a7f435a3
commit 84ee1b422f
4 changed files with 49 additions and 39 deletions

View File

@@ -37,8 +37,8 @@ jobs:
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
python -m pip install --upgrade pip
python -m pip install "poetry>=2.0.0,<3.0.0"
- name: Install dependencies
run: |