File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1+
12name : Python SDK Wrapper CI
23on :
34 pull_request :
@@ -18,22 +19,20 @@ jobs:
1819 runs-on : ubuntu-latest
1920 steps :
2021 - name : Checkout code
21- if : github.event_name == 'pull_request'
2222 uses : actions/checkout@v3
23- with :
24- ref : ${{ github.head_ref }}
2523
26- - name : Install Dependencies
24+ - name : Set up Python environment
25+ run : |
26+ python -m venv venv
27+ source venv/bin/activate
28+
29+ - name : Install NPM Dependencies
2730 run : |
2831 npm i @lambdatest/smartui-cli
29-
30- - name : List directory contents
31- run : ls -la
32-
33- - name : Execute Python Wrapper
32+
33+ - name : Install Python Dependencies and Execute Python Wrapper
3434 run : |
3535 pip install lambdatest-selenium-driver
3636 npx smartui --version
3737 npx smartui config:create smartui-web.json
3838 npx smartui exec python SmartUI_SDK_LT_hub.py --config smartui-web.json
39- working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments