scriptcheck.yml: fixated pygments version and re-enabled all Python versions (#4068)

This commit is contained in:
Oliver Stöneberg 2022-05-05 21:49:01 +02:00 committed by GitHub
parent 612d7be85a
commit 47c7287b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.5]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
fail-fast: false
steps:
@ -69,7 +69,8 @@ jobs:
python -m pip install pylint
python -m pip install unittest2
python -m pip install pytest
python -m pip install pygments
# TODO: remove version limitation when cppcheck-htmlreport is adjusted
python -m pip install pygments==2.11.2
python -m pip install requests
python -m pip install psutil