We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c751b51 commit 15b552aCopy full SHA for 15b552a
.travis/lib-setup.sh
@@ -78,7 +78,7 @@ setup::macos::install() {
78
79
setup::windows::install() {
80
# Install the right Python version and MIT Kerberos
81
- choco install python"${PYENV:0:1}" --version $PYENV
+ choco install python"${PYENV:0:1}" --version $PYENV || true
82
choco install mitkerberos --install-arguments "'ADDLOCAL=ALL'" || true
83
PYPATH="/c/Python${PYENV:0:1}${PYENV:2:1}"
84
# Update path to include them
0 commit comments