mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 09:22:54 +01:00
oke created environmnet file
This commit is contained in:
6
.github/workflows/build_documentation.yml
vendored
6
.github/workflows/build_documentation.yml
vendored
@@ -23,19 +23,17 @@ 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 doxygen
|
packages: libhdf5-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
- name: Install Python Packages
|
- name: Install Python Packages
|
||||||
uses: conda-incubator/setup-miniconda@v3
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
environment-name: etc/gh-workflow-conda-env.yml
|
||||||
miniforge-version: latest
|
miniforge-version: latest
|
||||||
channels: conda-forge
|
channels: conda-forge
|
||||||
conda-remove-defaults: "true"
|
conda-remove-defaults: "true"
|
||||||
cache-environment: true
|
|
||||||
packages: |
|
|
||||||
sphinx
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
|
|||||||
9
etc/gh-workflow-conda-env.yml
Normal file
9
etc/gh-workflow-conda-env.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: githib-workflow-environment
|
||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
dependencies:
|
||||||
|
- doxygen
|
||||||
|
- sphinx
|
||||||
|
- breathe
|
||||||
|
- sphinx_rtd_theme
|
||||||
|
|
||||||
Reference in New Issue
Block a user