mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-16 01:51:30 +01:00
* add github ci with mamba * disable python bindings from ci --------- Co-authored-by: Bechir <bechir.brahem420@gmail.com>
10 lines
114 B
YAML
10 lines
114 B
YAML
name: aare
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- fmt
|
|
- pybind11
|
|
- nlohmann_json
|
|
- catch2
|