mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 17:16:06 +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
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libhdf5-dev doxygen
|
||||
packages: libhdf5-dev
|
||||
version: 1.0
|
||||
|
||||
- name: Install Python Packages
|
||||
uses: conda-incubator/setup-miniconda@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
environment-name: etc/gh-workflow-conda-env.yml
|
||||
miniforge-version: latest
|
||||
channels: conda-forge
|
||||
conda-remove-defaults: "true"
|
||||
cache-environment: true
|
||||
packages: |
|
||||
sphinx
|
||||
|
||||
|
||||
- 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