Additional changes: - Use mamba for CPU test on Jenkins. - Cleanup CPU test dependencies. - Restore some of the modin tests
37 lines
388 B
YAML
37 lines
388 B
YAML
name: aarch64_test
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pip
|
|
- wheel
|
|
- pytest
|
|
- pytest-cov
|
|
- numpy
|
|
- scipy
|
|
- scikit-learn
|
|
- pandas
|
|
- matplotlib
|
|
- dask
|
|
- distributed
|
|
- hypothesis
|
|
- graphviz
|
|
- python-graphviz
|
|
- codecov
|
|
- cmake
|
|
- ninja
|
|
- boto3
|
|
- jsonschema
|
|
- boto3
|
|
- awscli
|
|
- numba
|
|
- llvmlite
|
|
- cffi
|
|
- pyarrow
|
|
- pyspark
|
|
- cloudpickle
|
|
- pip:
|
|
- shap
|
|
- awscli
|
|
- auditwheel
|