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
841d2b90
Commit
841d2b90
authored
Oct 26, 2018
by
Nikita Titov
Committed by
Guolin Ke
Oct 26, 2018
Browse files
Fixed conda permission error on Azure Pipelines (#1787)
parent
b2a935fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.vsts-ci.yml
.vsts-ci.yml
+6
-0
No files found.
.vsts-ci.yml
View file @
841d2b90
...
...
@@ -67,6 +67,9 @@ jobs:
METHOD
:
source
PYTHON_VERSION
:
3.6
steps
:
-
script
:
|
sudo chmod -R 777 /usr/share/miniconda
displayName
:
'
Fix
for
conda
error
on
Linux'
-
task
:
CondaEnvironment@1
inputs
:
updateConda
:
true
...
...
@@ -105,6 +108,9 @@ jobs:
bdist
:
TASK
:
bdist
steps
:
-
script
:
|
sudo chmod -R 777 /usr/local/miniconda
displayName
:
'
Fix
for
conda
error
on
macOS'
-
task
:
CondaEnvironment@1
inputs
:
updateConda
:
true
...
...
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