* Publish artifacts only on the master and release branches * Build CUDA only for Compute Capability 7.5 when building PRs * Run all Windows jobs in a single worker image * Build nightly XGBoost4J SNAPSHOT JARs with Scala 2.12 only * Show skipped Python tests on Windows * Make Graphviz optional for Python tests * Add back C++ tests * Unstash xgboost_cpp_tests * Fix label to CUDA 10.1 * Install cuPy for CUDA 10.1 * Install jsonschema * Address reviewer's feedback
19 lines
211 B
YAML
19 lines
211 B
YAML
name: win64_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- scikit-learn
|
|
- pandas
|
|
- pytest
|
|
- python-graphviz
|
|
- boto3
|
|
- hypothesis
|
|
- jsonschema
|
|
- pip
|
|
- pip:
|
|
- cupy-cuda101
|