File tree 1 file changed +13
-17
lines changed
1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,18 @@ permissions:
14
14
schedule :
15
15
- cron : 0 0 * * *
16
16
jobs :
17
- setup-python :
17
+ generate :
18
18
runs-on : ubuntu-latest
19
19
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 }}
You can’t perform that action at this time.
0 commit comments