Skip to content

Commit

Permalink
Removes path manipulation that may be breaking the script
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Crean committed Jul 25, 2018
1 parent 5426b94 commit b40de51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci-support/circleci_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ set -o errexit
set -o pipefail

export UVCDAT_ANONYMOUS_LOG=False
export UVCDAT_SETUP_PATH=${HOME}
export PATH=${HOME}/miniconda/bin:${PATH}
# export PATH=${HOME}/miniconda/bin:${PATH}

cd frontend
npm install
Expand Down

0 comments on commit b40de51

Please sign in to comment.