Skip to content

Commit ac929a6

Browse files
committed
Install redis server
1 parent 411aa66 commit ac929a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install dependencies
6262
run: |
63-
sudo apt-get update -y && sudo apt-get install -y librrd-dev rrdtool
63+
sudo apt-get update -y && sudo apt-get install -y librrd-dev rrdtool redis-server
6464
python -m pip install --upgrade pip
6565
#pip install -e git+https://github.com/modoboa/modoboa.git#egg=modoboa
6666
pip install -r requirements.txt

0 commit comments

Comments
 (0)