Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Change installation method of linkchecker (#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller authored Aug 18, 2021
1 parent 6a56b5c commit ba4ddd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ commands:
name: check for bad links
working_directory: ~/ParlAI/
command: |
sudo apt-get update
sudo apt-get install linkchecker
pip install linkchecker
python -m http.server --directory website/build >/dev/null &
linkchecker http://localhost:8000/
kill %1
Expand Down

0 comments on commit ba4ddd8

Please sign in to comment.