Skip to content

Commit 65d17bd

Browse files
author
Hugo Osvaldo Barrera
committed
Pin a known-working version of radicale too
1 parent 470c2c6 commit 65d17bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/servers/radicale/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
5-
radicale_pkg="radicale"
5+
radicale_pkg="radicale==2.1.10"
66
elif [ "$REQUIREMENTS" = "devel" ]; then
77
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
88
else

0 commit comments

Comments
 (0)