pin poetry to 1.8.5 for now

This commit is contained in:
Kenneth Kehl
2025-01-07 10:03:06 -08:00
parent 41ead43094
commit e9ba1c7726
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ runs:
python-version: "3.12.3"
- name: Install poetry
shell: bash
run: pip install poetry
run: pip install poetry==1.8.5
- name: Install application dependencies
shell: bash
run: make bootstrap