ci: try with sudo

This commit is contained in:
Martin Lundfall 2019-12-10 18:20:55 +01:00
parent 8408ec6311
commit 3190f58a15
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ jobs:
steps:
- run:
name: Check table of contents
command: npm install -g doctoc && make check_toc
command: sudo npm install -g doctoc && make check_toc
lint:
docker:
- image: circleci/python:3.6