oke created environmnet file
All checks were successful
Build on RHEL9 / build (push) Successful in 3m48s
Build on RHEL8 / build (push) Successful in 4m34s

This commit is contained in:
2026-01-12 16:40:14 +01:00
parent 500600054e
commit 10533d3d60
2 changed files with 11 additions and 4 deletions

View File

@@ -23,19 +23,17 @@ jobs:
- name: Install System Packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libhdf5-dev doxygen
packages: libhdf5-dev
version: 1.0
- name: Install Python Packages
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment-name: etc/gh-workflow-conda-env.yml
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: "true"
cache-environment: true
packages: |
sphinx
- name: Build Documentation

View File

@@ -0,0 +1,9 @@
name: githib-workflow-environment
channels:
- conda-forge
dependencies:
- doxygen
- sphinx
- breathe
- sphinx_rtd_theme