From 0225f2f4e55aaeadbb5e6e01510c60a8932b3c81 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 May 2019 15:12:16 +0200 Subject: [PATCH] switch python version match pattern --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 9703b88..e2c9d2e 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -24,7 +24,7 @@ loop: - pip - setuptools - - "psycopg2>=2.7,<2.8" + - "psycopg2~=2.7.0" - name: Install with pip and virtualenv pip: