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
785e4778
Commit
785e4778
authored
Nov 08, 2019
by
Nikita Titov
Committed by
James Lamb
Nov 07, 2019
Browse files
[ci] removed temp fix for Graphviz from conda (#2551)
parent
7cfb492e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
.appveyor.yml
.appveyor.yml
+0
-1
.ci/test_windows.ps1
.ci/test_windows.ps1
+0
-2
No files found.
.appveyor.yml
View file @
785e4778
...
...
@@ -32,7 +32,6 @@ install:
-
conda update -q -y conda
-
conda create -q -y -n test-env python=%PYTHON_VERSION% joblib matplotlib numpy pandas psutil pytest python-graphviz scikit-learn scipy
-
activate test-env
-
set PATH=%CONDA_PREFIX%\Library\bin\graphviz;%PATH%
# temp graphviz hotfix
build_script
:
-
cd %APPVEYOR_BUILD_FOLDER%\python-package
...
...
.ci/test_windows.ps1
View file @
785e4778
...
...
@@ -6,8 +6,6 @@ function Check-Output {
}
}
$
env
:
PATH
+=
";
$
env
:
CONDA_PREFIX
\Library\bin\graphviz"
# temp graphviz hotfix
if
(
$
env
:
TASK
-eq
"regular"
)
{
mkdir
$
env
:
BUILD_SOURCESDIRECTORY
/build
;
cd
$
env
:
BUILD_SOURCESDIRECTORY
/build
cmake
-A
x64
..
;
cmake
--build
.
--target
ALL_BUILD
--config
Release
;
Check-Output
$?
...
...
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