From c377bcec5fdf4bd6635710490696baf743ca9893 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 1 Mar 2022 07:40:15 +0000 Subject: [PATCH] add redis to readthedocs container --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1b2abda4..46210d3a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,8 @@ version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-20.04 + apt_packages: + - redis tools: python: "3.10"