numpy in conda env for docs

This commit is contained in:
Erik Fröjdh 2024-10-30 18:35:54 +01:00
parent b7e6962e44
commit 92d9c28c73

View File

@ -36,7 +36,7 @@ jobs:
channels: conda-forge
- name: Prepare
run: conda install doxygen sphinx=7.1.2 breathe pybind11 sphinx_rtd_theme furo nlohmann_json zeromq fmt
run: conda install doxygen sphinx=7.1.2 breathe pybind11 sphinx_rtd_theme furo nlohmann_json zeromq fmt numpy
- name: Build library
run: |