diff --git a/.circleci/config.yml b/.circleci/config.yml index 2550019..ad534b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: command: 'curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash' - run: sudo apt-get install git-lfs - run: git lfs install - - run: pip install --upgrade pip + - run: sudo pip install --upgrade pip - run: sudo pip install mkdocs - checkout - run: git lfs fetch --all