Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d0467f58
Unverified
Commit
d0467f58
authored
Feb 19, 2022
by
Nikita Titov
Committed by
GitHub
Feb 19, 2022
Browse files
[ci] Enclose Python versions in quotes in config yml files (#5015)
* Update .appveyor.yml * Update .vsts-ci.yml
parent
9e73cee8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+1
-1
.vsts-ci.yml
.vsts-ci.yml
+1
-1
No files found.
.appveyor.yml
View file @
d0467f58
...
@@ -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'
...
...
.vsts-ci.yml
View file @
d0467f58
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment