diff --git a/circle.yml b/circle.yml index 5cd5f0d72d..496de0f73f 100644 --- a/circle.yml +++ b/circle.yml @@ -40,7 +40,6 @@ jobs: name: Update documentation and translation statistics command: | if [ "${CIRCLE_BRANCH}" == "master" ] && [ "${CIRCLE_PROJECT_USERNAME}" == "acemod" ]; then - pip install pygithub pygithub3 python3 tools/deploy.py else echo "Skipping, not on acemod/ACE3 master branch..."