We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411aa66 commit ac929a6Copy full SHA for ac929a6
.github/workflows/plugin.yml
@@ -60,7 +60,7 @@ jobs:
60
python-version: ${{ matrix.python-version }}
61
- name: Install dependencies
62
run: |
63
- sudo apt-get update -y && sudo apt-get install -y librrd-dev rrdtool
+ sudo apt-get update -y && sudo apt-get install -y librrd-dev rrdtool redis-server
64
python -m pip install --upgrade pip
65
#pip install -e git+https://github.com/modoboa/modoboa.git#egg=modoboa
66
pip install -r requirements.txt
0 commit comments