From 94135d0aa75f0d22a4bf8271c75a228167b912fb Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 2 Jul 2018 12:25:42 +0200 Subject: [PATCH] Remove brew update na python upgrade --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae0c56cb..56013578 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,11 +42,8 @@ jobs: - run: name: Building gns3server command: | - # brew update is required due to bug in CCI: https://discuss.circleci.com/t/homebrew-must-be-run-under-ruby-2-3-runtimeerror/17232/5 - brew update brew --env brew --config - brew upgrade python python -V pip3 install -r scripts/requirements.txt python3 scripts/build.py download