Compare commits
No commits in common. "ebb46f384cfeeaa17a5407b427fd42326444bc71" and "d75a507243f329068b76f957aec5653ee88c622b" have entirely different histories.
ebb46f384c
...
d75a507243
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
|
@ -11,10 +11,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install -y libsystemd-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue