Skip to content

Commit

Permalink
use newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 31, 2024
1 parent 9472c23 commit ad95ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ jobs:
disable-animations: false
script: echo "Generated AVD snapshot for caching."

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

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

0 comments on commit ad95ef6

Please sign in to comment.