Skip to content

Commit b0f4c83

Browse files
committed
Try running py 3.11 in generate action
1 parent 54fd2eb commit b0f4c83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ permissions:
1414
schedule:
1515
- cron: 0 0 * * *
1616
jobs:
17+
setup-python:
18+
steps:
19+
- name: Set up Python 3.11
20+
uses: actions/setup-python@v2
21+
with:
22+
python-version: 3.11
23+
1724
generate:
25+
needs: setup-python
1826
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
1927
with:
2028
force: ${{ github.event.inputs.force }}

0 commit comments

Comments
 (0)