Skip to content

Commit

Permalink
update requirement for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 15, 2024
1 parent 85487c2 commit dbb50fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ jobs:
xcodebuild -exportArchive -archivePath $RUNNER_TEMP/MqttClient.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath output
cd output
ls
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Setup Device Farm test file and environment
# Device Farm Instructions: https://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-appium.html
run: |
Expand All @@ -140,7 +136,7 @@ jobs:
virtualenv workspace
cd workspace
source bin/activate
# pip install -r ../DeviceFarmScript/requirements.txt
pip install -r ../DeviceFarmScript/requirements.txt
# Create a test bundle folder for upload
mkdir tests
cp ../DeviceFarmScript/mqtt_ios_test.py tests/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Appium-Python-Client~=2.9.0
pytest~=7.4.3
boto3~=1.28.1
requests~=2.24.0
PyYAML~=6.0.1
pytest-html~=4.0.0
selenium~=4.11.2

0 comments on commit dbb50fb

Please sign in to comment.