Skip to content

Commit

Permalink
Force lxml version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 9, 2024
1 parent 0eb4d8b commit b96399b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ jobs:
sudo apt-get install librrd-dev rrdtool libssl-dev gettext
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
cd modoboa_radicale
cd ..
git clone https://github.com/modoboa/modoboa.git
cd modoboa
python setup.py develop
cd ../modoboa-radicale/modoboa_radicale
django-admin compilemessages
cd ..
python setup.py sdist bdist_wheel
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
drf-nested-routers
django-webpack-loader==2.0.1
lxml==4.9.4 # FIXME: issue with version 5+
caldav==1.3.9

0 comments on commit b96399b

Please sign in to comment.