* [CI] Fix continuous delivery pipeline for MacOS (#7472) * Fix github macos package upload. (#7474) * Fix macos package upload. (#7475) * Split up the tests. * [CI] Add missing step extract_branch (#7479) Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
37 lines
409 B
YAML
37 lines
409 B
YAML
name: macos_test
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7
|
|
- pip
|
|
- wheel
|
|
- pyyaml
|
|
- cpplint
|
|
- pylint
|
|
- numpy
|
|
- scipy
|
|
- scikit-learn
|
|
- pandas
|
|
- matplotlib
|
|
- dask
|
|
- distributed
|
|
- graphviz
|
|
- python-graphviz
|
|
- hypothesis
|
|
- astroid
|
|
- sphinx
|
|
- sh
|
|
- recommonmark
|
|
- mock
|
|
- breathe
|
|
- pytest
|
|
- pytest-cov
|
|
- python-kubernetes
|
|
- urllib3
|
|
- jsonschema
|
|
- boto3
|
|
- awscli
|
|
- pip:
|
|
- guzzle_sphinx_theme
|
|
- datatable
|