Skip to content

Commit

Permalink
use 3.9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 31, 2024
1 parent ad95ef6 commit 0976442
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
appium plugin install execute-driver
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
- name: Set up Python 3.12
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.12
python-version: 3.9

- run: |
# Separate 'run' creates differnet pipenv env. Does them in one run for now.
Expand Down Expand Up @@ -162,10 +162,10 @@ jobs:
disable-animations: false
script: echo "Generated AVD snapshot for caching."

- name: Set up Python 3.12
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.12
python-version: 3.9

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 0976442

Please sign in to comment.