Skip to content

Commit d482b3c

Browse files
authored
Use poetry 2 in GH actions (#182)
1 parent 47cf891 commit d482b3c

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.github/workflows/sdk_generation_mistralai_azure_sdk.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr
23-
# We need poetry < 2.0 to avoid the speakeasy run failure.
24-
# This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25-
poetry_version: 1.8.5
2623
set_version: ${{ github.event.inputs.set_version }}
2724
speakeasy_version: latest
2825
target: mistral-python-sdk-azure

.github/workflows/sdk_generation_mistralai_gcp_sdk.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr
23-
# We need poetry < 2.0 to avoid the speakeasy run failure.
24-
# This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25-
poetry_version: 1.8.5
2623
set_version: ${{ github.event.inputs.set_version }}
2724
speakeasy_version: latest
2825
target: mistral-python-sdk-google-cloud

.github/workflows/sdk_generation_mistralai_sdk.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr
23-
# We need poetry < 2.0 to avoid the speakeasy run failure.
24-
# This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25-
poetry_version: 1.8.5
2623
set_version: ${{ github.event.inputs.set_version }}
2724
speakeasy_version: latest
2825
target: mistralai-sdk

.github/workflows/sdk_publish_mistralai_sdk.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ permissions:
1010
- main
1111
paths:
1212
- RELEASES.md
13-
- '*/RELEASES.md'
13+
- "*/RELEASES.md"
1414
jobs:
1515
publish:
1616
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
17-
with:
18-
# We need poetry < 2.0 to avoid the speakeasy run failure.
19-
# This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
20-
poetry_version: 1.8.5
2117
secrets:
2218
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2319
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)