Skip to content

Commit 8617f12

Browse files
committed
(fix) Build Actions
1 parent 2bf0952 commit 8617f12

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-sdk.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@ on: push
33
jobs:
44
generate-clients:
55
runs-on: ubuntu-latest
6-
name: Example
6+
name: Generate Python Client
77
steps:
88
- uses: actions/checkout@master
99
- name: Set up Python 3.11
1010
uses: actions/setup-python@v1
1111
with:
1212
python-version: 3.11
1313

14-
- name: Install
15-
run: >-
16-
python -m
17-
pip install -r requirements.txt
18-
--user
19-
2014
- name: Install swagger-cli
2115
run: npm install -g swagger-cli
2216

0 commit comments

Comments
 (0)