Use Python 3.8 for pyppeteer

This commit is contained in:
c-bata
2022-01-08 14:01:50 +09:00
parent 4045596dc0
commit 17dc898a79
+1 -1
View File
@@ -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: |