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,11 +26,12 @@ jobs:
packages: libhdf5-dev doxygen packages: libhdf5-dev doxygen
version: 1.0 version: 1.0
- name: Install Python Packages - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.12 python-version: 3.12
cache: 'pip' cache: 'pip'
- name: Install Python Packages
run: pip install sphinx sphinx_rtd_theme breathe run: pip install sphinx sphinx_rtd_theme breathe