Create a conda environment using the environment.yml file in this repo:
conda env create -f environment.ymlActivate the environment:
conda activate dev-envConfigure and generate your build files from the source directory:
cmake --preset=ninja .Navigate to your build directory and build the project:
cd ../build && ninjaRun the tests:
./MyTests.exe