attempt to install systemd-python module

pull/2723/head
sebres 2020-11-03 15:51:49 +01:00
parent 7cb6412f68
commit 7f0010be68
1 changed files with 3 additions and 1 deletions

View File

@ -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: |