Skip to content

Commit

Permalink
chore: fix pytest version in integration test (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <[email protected]>
  • Loading branch information
zhu-xiaowei and xiaoweii authored Jan 29, 2024
1 parent 2d5194b commit cfe629b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
virtualenv workspace
cd workspace
source bin/activate
pip install pytest
pip install Appium-Python-Client
pip install -r ../requirements.txt
mkdir tests
cp ../appium/shopping_test.py tests/
find tests/
Expand Down Expand Up @@ -108,4 +107,4 @@ jobs:
name: test-result
path: |
integrationtest/devicefarm/report/
integrationtest/devicefarm/MyAndroidAppTest-*/**
integrationtest/devicefarm/MyAndroidAppTest-*/**

0 comments on commit cfe629b

Please sign in to comment.