From 17dc898a79ffd298369f9c15feb2739ca5d46350 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 8 Jan 2022 14:01:50 +0900 Subject: [PATCH] Use Python 3.8 for pyppeteer --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c1aff9ca..f74b949b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.8' architecture: x64 - name: Install dependencies run: |