Unverified Commit d0467f58 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Enclose Python versions in quotes in config yml files (#5015)

* Update .appveyor.yml

* Update .vsts-ci.yml
parent 9e73cee8
...@@ -3,7 +3,7 @@ version: 3.3.2.99.{build} ...@@ -3,7 +3,7 @@ version: 3.3.2.99.{build}
image: Visual Studio 2015 image: Visual Studio 2015
platform: x64 platform: x64
configuration: # a trick to construct a build matrix with multiple Python versions configuration: # a trick to construct a build matrix with multiple Python versions
- 3.7 - '3.7'
# only build pull requests and # only build pull requests and
# commits to 'master' # commits to 'master'
......
...@@ -52,7 +52,7 @@ jobs: ...@@ -52,7 +52,7 @@ jobs:
METHOD: source METHOD: source
# on Ubuntu 14.04, gpu_source build segfaults with newer version of Python # on Ubuntu 14.04, gpu_source build segfaults with newer version of Python
# (and newer version of scipy as a consequence) # (and newer version of scipy as a consequence)
PYTHON_VERSION: 3.7 PYTHON_VERSION: '3.7'
swig: swig:
TASK: swig TASK: swig
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment