We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e56b77 commit 2f3421fCopy full SHA for 2f3421f
1 file changed
.github/workflows/ci.yaml
@@ -57,7 +57,7 @@ jobs:
57
args: --release --verbose --all
58
- uses: actions/setup-python@v1
59
with:
60
- python-version: 3.6
+ python-version: 3.8
61
- name: Install pipenv
62
run: |
63
python -V
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/checkout@master
104
105
106
107
- name: install flake8
108
run: python -m pip install flake8
109
- name: run lint
@@ -130,7 +130,7 @@ jobs:
130
tar -xzf geckodriver-v0.24.0-linux32.tar.gz -C geckodriver
131
132
133
134
135
136
0 commit comments