From 26a7b984aa61672917638a2ddbae6089286adb2d Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 9 Feb 2020 10:17:09 -0500 Subject: [PATCH] CircleCI try 6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3daca27f..ec8bca38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: - run: curl https://pyenv.run | bash - run: working_directory: ~/rocky/python-uncompyle6 - command: /home/circleci/.pyenv/bin/pyenv install 2.4.6 && /home/circleci/.pyenv/bin/pyenv local 2.4.6 && /home/circleci/.pyenv/bin/pyenv rehash && easy_install nose && /home/circleci/.pyenv/bin/pyenv rehash + command: sudo /home/circleci/.pyenv/bin/pyenv install 2.4.6 && /home/circleci/.pyenv/bin/pyenv local 2.4.6 && /home/circleci/.pyenv/bin/pyenv rehash && easy_install nose && /home/circleci/.pyenv/bin/pyenv rehash # Dependencies # This would typically go in either a build or a build-and-test job when using workflows # Restore the dependency cache