From 20294c42fb7fc7e1c2fc88454fd71e1d5a3ba6a5 Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 23 Nov 2021 12:01:19 +0900 Subject: [PATCH] Use Python 3.9 for pyppeeteer --- .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 e8a688c1..2409f975 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.x' + python-version: '3.9' architecture: x64 - name: Install dependencies run: |