fix: update rdme-openapi.yml to correct Python + poetry version (#1446)

This commit is contained in:
Sarah Wooders
2024-06-10 19:33:10 -07:00
committed by GitHub
parent 7ac11c1033
commit 838ca1b40d

View File

@@ -25,9 +25,9 @@ jobs:
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: "3.11"
poetry-version: "1.7.1"
install-args: "--all-extras"
python-version: "3.12"
poetry-version: "1.8.2"
install-args: "-E dev"
- name: Generate openapi.json file
run: |