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 3084830 commit f09517aCopy full SHA for f09517a
scripts/ci/before_install.sh
@@ -48,7 +48,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
48
choco install python2
49
echo 'PATH="/c/Python27:/c/Python27/Scripts:$PATH"' >> env.sh
50
else
51
- choco install python --version 3.7.4
+ choco install python --version 3.7.5
52
echo 'PATH="/c/Python37:/c/Python37/Scripts:$PATH"' >> env.sh
53
fi
54
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
0 commit comments