ci: fix api-py-publish by disabling poetry cache (#14010)
This commit is contained in:
committed by
GitHub
parent
6ebfbcb66e
commit
5d9c40eac8
1
.github/workflows/api-py-publish.yml
vendored
1
.github/workflows/api-py-publish.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user