mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 10:38:01 +00:00
ci: upgrade setuptools on python 3.5 and enable pylint on python 3.9
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user