mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 05:54:29 +01:00
dont use conda
This commit is contained in:
5
.github/workflows/build_documentation.yml
vendored
5
.github/workflows/build_documentation.yml
vendored
@@ -26,12 +26,13 @@ jobs:
|
|||||||
packages: libhdf5-dev doxygen
|
packages: libhdf5-dev doxygen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
- name: Install Python Packages
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.12
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
run: pip install sphinx sphinx_rtd_theme breathe
|
- name: Install Python Packages
|
||||||
|
run: pip install sphinx sphinx_rtd_theme breathe
|
||||||
|
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user