Skip to content

Commit cfe629b

Browse files
zhu-xiaoweixiaoweii
andauthored
chore: fix pytest version in integration test (#60)
Co-authored-by: xiaoweii <xiaoweii@amazom.com>
1 parent 2d5194b commit cfe629b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
virtualenv workspace
5959
cd workspace
6060
source bin/activate
61-
pip install pytest
62-
pip install Appium-Python-Client
61+
pip install -r ../requirements.txt
6362
mkdir tests
6463
cp ../appium/shopping_test.py tests/
6564
find tests/
@@ -108,4 +107,4 @@ jobs:
108107
name: test-result
109108
path: |
110109
integrationtest/devicefarm/report/
111-
integrationtest/devicefarm/MyAndroidAppTest-*/**
110+
integrationtest/devicefarm/MyAndroidAppTest-*/**

0 commit comments

Comments
 (0)