Skip to content

Commit

Permalink
ci: tweak pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Oct 8, 2024
1 parent d4e1e0b commit e000206
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: ./python-client-sphinx
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: appium/python-client
path: ./python-client
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Setup python-client
Expand All @@ -30,6 +30,7 @@ jobs:
- 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 e000206

Please sign in to comment.