had to add shinx and doxygen as well

This commit is contained in:
2026-01-12 16:30:15 +01:00
parent 1ee829af4c
commit 500600054e

View File

@@ -20,11 +20,24 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
- name: Install System Packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libhdf5-dev
packages: libhdf5-dev doxygen
version: 1.0
- name: Install Python Packages
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: "true"
cache-environment: true
packages: |
sphinx
- name: Build Documentation
run: |
mkdir build