* [CI] Fix github action mismatched glibcxx. Split up the Linux test to use the toolchain from conda forge.
14 lines
187 B
YAML
14 lines
187 B
YAML
# conda environment for source distribution test.
|
|
name: sdist_test
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pip
|
|
- wheel
|
|
- cmake
|
|
- ninja
|
|
- c-compiler
|
|
- cxx-compiler
|