ci: upgrade setuptools on python 3.5 and enable pylint on python 3.9

This commit is contained in:
Rémi Alvergnat
2021-04-04 11:04:08 +02:00
parent f22e33daad
commit 4c06b0c583
+5 -1
View File
@@ -35,6 +35,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade setuptools
run: |
pip install --upgrade setuptools
if: matrix.python-version == '3.5'
- name: Checkout
uses: actions/checkout@v2
@@ -49,7 +54,6 @@ jobs:
- name: Pylint
run: pylint guessit
if: matrix.python-version != '3.9'
- name: Test
run: |