Skip to content

Commit

Permalink
[ci] Enclose Python versions in quotes in config yml files (#5015)
Browse files Browse the repository at this point in the history
* Update .appveyor.yml

* Update .vsts-ci.yml
  • Loading branch information
StrikerRUS committed Feb 19, 2022
1 parent 9e73cee commit d0467f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0467f5

Please sign in to comment.