pylint workflow: cache pip, update pysetup action
This commit is contained in:
parent
d75a507243
commit
5b1ec98a86
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
|
@ -11,9 +11,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install -y libsystemd-dev
|
||||
|
|
Loading…
Reference in a new issue