From c3667a344a6a5097773c39f94ef8834898fe3d62 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 2 Jul 2018 12:34:34 +0200 Subject: [PATCH] Try with default python3 version --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e194ca9..abcaf692 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: macos: - xcode: "9.1.0" + xcode: "9.4.0" steps: - checkout @@ -42,8 +42,8 @@ jobs: - run: name: Building gns3server command: | - brew --env - brew --config +# brew --env +# brew --config python3 -V pip3 install -r scripts/requirements.txt python3 scripts/build.py download