From 740079578c1956e8a2a0cdaeb5b53ec578243713 Mon Sep 17 00:00:00 2001 From: Stephen Roller Date: Mon, 28 Jun 2021 15:34:04 -0400 Subject: [PATCH] [circle] Fix link checker package (#3754) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0f5496b8ab..d6b235815f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -291,6 +291,7 @@ commands: name: check for bad links working_directory: ~/ParlAI/ command: | + sudo apt-get update sudo apt-get install linkchecker python -m http.server --directory website/build >/dev/null & linkchecker http://localhost:8000/