mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-05-26 16:18:29 +02:00
4e3b70140a
Build conda pkgs workflows [failing](https://github.com/slsdetectorgroup/aare/actions/runs/25800676450/job/75789547058#step:5:10) due to the missing `conda build` command. This PR fixes the issue.
22 lines
290 B
YAML
22 lines
290 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
|
|
|