Skip to content

Commit 0e30180

Browse files
authored
ci: update running env (#39)
* ci: update running env * Update pythonpackage.yml * Update pythonpackage.yml * Update pythonpackage.yml
1 parent be1c612 commit 0e30180

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
path: ./python-client-sphinx
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
repository: appium/python-client
2020
path: ./python-client
2121
- name: Set up Python
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.x'
24+
python-version: '3.12'
2525
- name: Setup python-client
2626
run: |
27+
pip install --user pipenv
28+
python -m pipenv lock --clear
29+
python -m pipenv install --dev --system
2730
python -m pip install setuptools
2831
python setup.py install
2932
working-directory: python-client

0 commit comments

Comments
 (0)