dont use conda
All checks were successful
Build on RHEL9 / build (push) Successful in 3m51s
Build on RHEL8 / build (push) Successful in 4m34s

This commit is contained in:
2026-01-12 16:57:34 +01:00
parent 998cc9817e
commit f238078ca3

View File

@@ -26,12 +26,13 @@ jobs:
packages: libhdf5-dev doxygen
version: 1.0
- name: Install Python Packages
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'pip'
run: pip install sphinx sphinx_rtd_theme breathe
- name: Install Python Packages
run: pip install sphinx sphinx_rtd_theme breathe
- name: Build Documentation