File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments