mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-22 16:38:14 +01:00
- automatically run python tests - automatically run test using data files on local runner from gitea - fixed some of the workflows --------- Co-authored-by: Erik Fröjdh <erik.frojdh@psi.ch>
22 lines
295 B
YAML
22 lines
295 B
YAML
name: dev-environment
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- anaconda-client
|
|
- catch2
|
|
- conda-build
|
|
- doxygen
|
|
- sphinx
|
|
- breathe
|
|
- sphinx_rtd_theme
|
|
- furo
|
|
- zeromq
|
|
- pybind11
|
|
- numpy
|
|
- matplotlib
|
|
- nlohmann_json
|
|
- pytest
|
|
- pytest-check
|
|
- boost-histogram
|
|
|