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

* Update .appveyor.yml

* Update .vsts-ci.yml
This commit is contained in:
Nikita Titov 2022-02-19 06:24:16 +03:00 коммит произвёл GitHub
Родитель 9e73cee8ae
Коммит d0467f5896
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@ version: 3.3.2.99.{build}
image: Visual Studio 2015
platform: x64
configuration: # a trick to construct a build matrix with multiple Python versions
- 3.7
- '3.7'
# only build pull requests and
# commits to 'master'

Просмотреть файл

@ -52,7 +52,7 @@ jobs:
METHOD: source
# on Ubuntu 14.04, gpu_source build segfaults with newer version of Python
# (and newer version of scipy as a consequence)
PYTHON_VERSION: 3.7
PYTHON_VERSION: '3.7'
swig:
TASK: swig
steps: