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

This commit is contained in:
2026-01-12 16:50:21 +01:00
parent 3e32d90943
commit 998cc9817e

View File

@@ -23,17 +23,15 @@ jobs:
- 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
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
environment-file: etc/gh-workflow-conda-env.yml
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: "true"
python-version: 3.12
cache: 'pip'
run: pip install sphinx sphinx_rtd_theme breathe
- name: Build Documentation