Skip to content

Commit

Permalink
ci: pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Oct 8, 2024
1 parent e000206 commit 224b18e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
python-version: '3.x'
- name: Setup python-client
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python setup.py install
working-directory: python-client
- name: Build doc
shell: bash -xe {0}
run: |
python -m pip install setuptools
python -m pip install -r requirements.txt
bash generate.sh
working-directory: python-client/docs
Expand Down

0 comments on commit 224b18e

Please sign in to comment.