From 2747939b52f5db0f8610117a07b9bf319ab4a068 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 19 Sep 2019 07:45:42 +0200 Subject: [PATCH] pyenv only exist in machine-runs -- let's see if upload passes without it or if there is a python path missing (the docker image contains several python versions) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccc7753dd..9e0c1fc63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -151,7 +151,7 @@ jobs: - *restore-cache - attach_workspace: at: workspace - - run: pyenv global 3.5.2 + # - run: pyenv global 3.5.2 - run: ls -laR workspace - run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse