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 - name: Install System Packages
uses: awalsh128/cache-apt-pkgs-action@latest uses: awalsh128/cache-apt-pkgs-action@latest
with: with:
packages: libhdf5-dev packages: libhdf5-dev doxygen
version: 1.0 version: 1.0
- name: Install Python Packages - name: Install Python Packages
uses: conda-incubator/setup-miniconda@v3 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: 3.12
environment-file: etc/gh-workflow-conda-env.yml cache: 'pip'
miniforge-version: latest run: pip install sphinx sphinx_rtd_theme breathe
channels: conda-forge
conda-remove-defaults: "true"
- name: Build Documentation - name: Build Documentation