add github ci (#40)

* add github ci with mamba

* disable python bindings from ci

---------

Co-authored-by: Bechir <bechir.brahem420@gmail.com>
This commit is contained in:
Bechir Braham
2024-04-03 11:00:28 +02:00
committed by GitHub
parent 6644406535
commit 9413efa9e5
3 changed files with 88 additions and 0 deletions

9
aare-environment.yml Normal file
View File

@ -0,0 +1,9 @@
name: aare
channels:
- conda-forge
- defaults
dependencies:
- fmt
- pybind11
- nlohmann_json
- catch2