Jiaming Yuan 7354955cbb
Test federated plugin using GitHub action. (#10336)
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-05-29 02:28:14 +08:00

13 lines
182 B
YAML

# conda environment for CPP test on Linux distributions
name: cpp_test
channels:
- conda-forge
dependencies:
- cmake
- ninja
- c-compiler
- cxx-compiler
- gtest
- protobuf
- libgrpc