Skip to content

Commit b41f895

Browse files
authored
Merge pull request #99 from rafiss/fix-django-psycopg2
Explicitly install psycopg2 in Django test
2 parents 5abdf6a + 77cf396 commit b41f895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/django/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ start:
55
deps:
66
git clone https://github.com/cockroachdb/django-cockroachdb || true
77
pip3 install --upgrade setuptools
8-
pip3 install django
8+
pip3 install django psycopg2
99
cd django-cockroachdb && pip3 install .

0 commit comments

Comments
 (0)