Skip to content

Commit

Permalink
try using python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 15, 2024
1 parent 6953305 commit 210e3b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ 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 Down

0 comments on commit 210e3b8

Please sign in to comment.