ci: fix api-py-publish by disabling poetry cache (#14010)

This commit is contained in:
Marc 'risson' Schmitt
2025-04-14 16:18:31 +02:00
committed by GitHub
parent 6ebfbcb66e
commit 5d9c40eac8

View File

@ -30,7 +30,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry"
- name: Generate API Client
run: make gen-client-py
- name: Publish package