Unverified Commit 1318653c authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci][docs] updated temp fix for warning written to stderr, fixed conda...

[ci][docs] updated temp fix for warning written to stderr, fixed conda permissions and updated bench link (#1849)

* Update .appveyor.yml

* updated bench link (404)

* fixed conda permission error on Azure

* use stable container
parent 69301ead
......@@ -31,7 +31,7 @@ install:
- ps: $env:LGB_VER = (Get-Content VERSION.txt).trim()
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda create -q -n test-env python=%PYTHON_VERSION% joblib matplotlib nose numpy pandas pytest python-graphviz scikit-learn scipy
- conda create -q -n test-env python=%PYTHON_VERSION% cloudpickle=0.5.6 joblib matplotlib nose numpy pandas pytest python-graphviz scikit-learn scipy
- activate test-env
build_script:
......
......@@ -56,6 +56,6 @@ fi
if [[ $TRAVIS == "true" ]]; then
sh conda.sh -b -p $HOME_DIRECTORY/miniconda
conda config --set always_yes yes --set changeps1 no
conda update -q conda
fi
conda config --set always_yes yes --set changeps1 no
conda update -q conda
......@@ -32,10 +32,8 @@ jobs:
METHOD: source
PYTHON_VERSION: 2.7
steps:
- task: CondaEnvironment@1
inputs:
updateConda: true
- script: |
echo "##vso[task.setvariable variable=PATH]$CONDA/bin:$PATH"
echo "##vso[task.setvariable variable=HOME_DIRECTORY]$AGENT_HOMEDIRECTORY"
echo "##vso[task.setvariable variable=BUILD_DIRECTORY]$BUILD_SOURCESDIRECTORY"
echo "##vso[task.setvariable variable=OS_NAME]linux"
......@@ -67,12 +65,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
updateConda: false
- script: |
echo "##vso[task.setvariable variable=HOME_DIRECTORY]$AGENT_HOMEDIRECTORY"
echo "##vso[task.setvariable variable=BUILD_DIRECTORY]$BUILD_SOURCESDIRECTORY"
......@@ -108,12 +103,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
updateConda: false
- script: |
echo "##vso[task.setvariable variable=HOME_DIRECTORY]$AGENT_HOMEDIRECTORY"
echo "##vso[task.setvariable variable=BUILD_DIRECTORY]$BUILD_SOURCESDIRECTORY"
......
......@@ -19,7 +19,7 @@ Using Intel Ivy Bridge CPU on 1M x 1K Bosch dataset, the performance increases a
You can find more details on the experimentation below:
- `Laurae++/Benchmarks <https://sites.google.com/view/lauraepp/new-benchmarks/old-benchmarks>`__
- `Laurae++/Benchmarks <https://sites.google.com/view/lauraepp/benchmarks/xgb-vs-lgb-feb-2017>`__
- `Laurae2/gbt\_benchmarks <https://github.com/Laurae2/gbt_benchmarks>`__
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment