|
|
|
@ -22,6 +22,12 @@ jobs:
|
|
|
|
uses: actions/setup-python@v3
|
|
|
|
uses: actions/setup-python@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: 3.10.6
|
|
|
|
python-version: 3.10.6
|
|
|
|
|
|
|
|
- uses: actions/cache@v2
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
path: ~/.cache/pip
|
|
|
|
|
|
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
|
|
|
|
|
|
|
restore-keys: |
|
|
|
|
|
|
|
|
${{ runner.os }}-pip-
|
|
|
|
- name: Install PyLint
|
|
|
|
- name: Install PyLint
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
|