From 097644246adf3070ab1e0df15f12a4298a8bb8d1 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Wed, 31 Jul 2024 01:50:23 -0700 Subject: [PATCH] use 3.9 for now --- .github/workflows/functional-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index b7221caa..526e83fb 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -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. @@ -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