Skip to content

Commit de13b12

Browse files
committed
Updated release job
1 parent 9a58324 commit de13b12

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/plugin.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ jobs:
138138
sudo apt-get install librrd-dev rrdtool libssl-dev gettext
139139
python -m pip install --upgrade pip setuptools wheel
140140
pip install -r requirements.txt
141-
cd modoboa_amavis
141+
cd ..
142+
git clone https://github.com/modoboa/modoboa.git
143+
cd modoboa
144+
python setup.py develop
145+
cd ../modoboa-amavis/modoboa_amavis
142146
django-admin compilemessages
143147
cd ..
144148
python setup.py sdist bdist_wheel

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
modoboa>=2.1
21
chardet
32
html2text
43
idna

0 commit comments

Comments
 (0)