Skip to content

Commit 15b552a

Browse files
committed
Do not fail on Python installs in Windows environment
for example: https://github.com/atodorov/python-gssapi/pull/1/checks?check_run_id=601883334
1 parent c751b51 commit 15b552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/lib-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ setup::macos::install() {
7878

7979
setup::windows::install() {
8080
# Install the right Python version and MIT Kerberos
81-
choco install python"${PYENV:0:1}" --version $PYENV
81+
choco install python"${PYENV:0:1}" --version $PYENV || true
8282
choco install mitkerberos --install-arguments "'ADDLOCAL=ALL'" || true
8383
PYPATH="/c/Python${PYENV:0:1}${PYENV:2:1}"
8484
# Update path to include them

0 commit comments

Comments
 (0)