upgrade poetry to 2.1.3

This commit is contained in:
Kenneth Kehl
2025-05-27 12:44:28 -07:00
parent 7ba4f3658e
commit 665d7b543b

View File

@@ -16,6 +16,9 @@ runs:
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3
- name: Install poetry export plugin
shell: bash
run: poetry self add poetry-plugin-export
- name: Downgrade virtualenv to compatible version
shell: bash
run: pip install "virtualenv<20.30"