Add django redis to postgres dep installation

This commit is contained in:
Nigel 2021-11-02 16:40:39 -06:00
parent eecd477a34
commit 58bb2b0c1b
No known key found for this signature in database
GPG Key ID: 3AB9572E33E501E6

View File

@ -55,6 +55,7 @@ jobs:
sudo apt-get install libpq-dev
pip3 install invoke
pip3 install psycopg2
pip3 install django-redis>=5.0.0
invoke install
- name: Run Tests
run: invoke test