Use Python 3.8 in GH Actions CI

This commit is contained in:
Noah
2020-03-14 23:35:34 -05:00
parent 5e56b778a2
commit 2f3421fd64

View File

@@ -57,7 +57,7 @@ jobs:
args: --release --verbose --all
- uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Install pipenv
run: |
python -V
@@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: install flake8
run: python -m pip install flake8
- name: run lint
@@ -130,7 +130,7 @@ jobs:
tar -xzf geckodriver-v0.24.0-linux32.tar.gz -C geckodriver
- uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Install pipenv
run: |
python -V