From a72343c5ac26c1a3ce4c9ddd209b815ba66e34b4 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Wed, 3 Mar 2021 00:20:51 +0000 Subject: [PATCH] Install dateutil which is required by ghp-import --- ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install.sh b/ci/install.sh index a93e375..2ec88a9 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -1,7 +1,7 @@ set -euxo pipefail main() { - pip install linkchecker --user + pip install linkchecker python-dateutil --user } main