Skip to content

Commit 3a9e750

Browse files
committed
Try adding dev tools
1 parent 7af83fb commit 3a9e750

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.github/workflows/speakeasy_sdk_generation.yml

+13-17
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,18 @@ permissions:
1414
schedule:
1515
- cron: 0 0 * * *
1616
jobs:
17-
setup-python:
17+
generate:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Set up Python 3.11
21-
uses: actions/setup-python@v2
22-
with:
23-
python-version: 3.11
24-
25-
generate:
26-
needs: setup-python
27-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
28-
with:
29-
force: ${{ github.event.inputs.force }}
30-
mode: pr
31-
speakeasy_version: latest
32-
secrets:
33-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
34-
pypi_token: ${{ secrets.PYPI_TOKEN }}
35-
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
20+
- name: Install build dependencies
21+
run: sudo apt-get install python3-dev gcc
22+
- name: Generate SDK
23+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
24+
with:
25+
force: ${{ github.event.inputs.force }}
26+
mode: pr
27+
speakeasy_version: latest
28+
secrets:
29+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
30+
pypi_token: ${{ secrets.PYPI_TOKEN }}
31+
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)