mirror of https://github.com/fail2ban/fail2ban
attempt to install systemd-python module
parent
7cb6412f68
commit
7f0010be68
|
@ -44,10 +44,12 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
if [[ "$F2B_PY" = 3 ]] && ! command -v 2to3x -v 2to3 > /dev/null; then
|
||||
python -m pip install --upgrade pip
|
||||
pip install 2to3
|
||||
fi
|
||||
pip install systemd-python || echo 'systemd not available'
|
||||
pip install pyinotify || echo 'inotify not available'
|
||||
|
||||
- name: Before scripts
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue