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
50e19b17
Commit
50e19b17
authored
Sep 10, 2018
by
Nikita Titov
Committed by
Guolin Ke
Sep 10, 2018
Browse files
[ci] remove duplicated variable definitions (#1656)
parent
5fd47b36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
.vsts-ci.yml
.vsts-ci.yml
+7
-13
No files found.
.vsts-ci.yml
View file @
50e19b17
variables
:
PYTHON_VERSION
:
3.6
CONDA_ENV
:
test-env
phases
:
###########################################
-
phase
:
Linux
###########################################
variables
:
PYTHON_VERSION
:
3.6
CONDA_ENV
:
test-env
queue
:
name
:
'
Hosted
Linux
Preview'
parallel
:
9
...
...
@@ -34,7 +34,7 @@ phases:
-
task
:
CondaEnvironment@0
inputs
:
environmentName
:
$(CONDA_ENV)
packageSpecs
:
'
python=$(PYTHON_VERSION)'
# Optional
packageSpecs
:
'
python=$(PYTHON_VERSION)'
createOptions
:
'
-q'
-
script
:
|
sudo apt-get update
...
...
@@ -64,9 +64,6 @@ phases:
###########################################
-
phase
:
MacOS
###########################################
variables
:
PYTHON_VERSION
:
3.6
CONDA_ENV
:
test-env
queue
:
name
:
'
Hosted
macOS
Preview'
parallel
:
3
...
...
@@ -101,9 +98,6 @@ phases:
###########################################
-
phase
:
Windows
###########################################
variables
:
PYTHON_VERSION
:
3.6
CONDA_ENV
:
test-env
queue
:
name
:
'
Hosted
VS2017'
parallel
:
4
...
...
@@ -122,7 +116,7 @@ phases:
-
task
:
CondaEnvironment@0
inputs
:
environmentName
:
$(CONDA_ENV)
packageSpecs
:
'
python=$(PYTHON_VERSION)'
# Optional
packageSpecs
:
'
python=$(PYTHON_VERSION)'
createOptions
:
'
-q'
-
powershell
:
|
conda install -q -y -n $env:CONDA_ENV numpy nose scipy scikit-learn pandas matplotlib python-graphviz pytest
...
...
@@ -167,9 +161,9 @@ phases:
artifactName
:
PackageAssets
artifactType
:
container
###########################################
#####################################
###########################################
-
phase
:
Package
###########################################
#####################################
###########################################
dependsOn
:
-
Linux
-
MacOS
...
...
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