diff options
Diffstat (limited to '.jenkins')
-rw-r--r-- | .jenkins/mac-wheel.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.jenkins/mac-wheel.sh b/.jenkins/mac-wheel.sh index 7d4a72c0..0db7a7b9 100644 --- a/.jenkins/mac-wheel.sh +++ b/.jenkins/mac-wheel.sh @@ -9,7 +9,6 @@ export PATH=/usr/local/bin:$PATH # pyenv is nothing but trouble with non-interactive shells so we can't # eval "$(pyenv init -)" export PATH="/Users/jenkins/.pyenv/shims:${PATH}" -export PYENV_SHELL=bash # TODO: upgrade wheel builder VM and run it on El Cap with python.org Pythons. if [[ "${label}" == "10.10" ]]; then |