mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 12:43:48 +01:00
dont use conda
This commit is contained in:
12
.github/workflows/build_documentation.yml
vendored
12
.github/workflows/build_documentation.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user