Skip to content

Commit

Permalink
fix: add docs to ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoursehorse committed Oct 26, 2023
1 parent cd7ca43 commit a4c77dc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,15 @@ jobs:
- name: Install risb
run: |
source $TRIQS_INSTALL/share/triqs/triqsvars.sh
python -m pip install -e .[test]
python -m pip install -e .[test,docs]
- name: Test risb
run: |
source $TRIQS_INSTALL/share/triqs/triqsvars.sh
python -m pytest
python -m pytest
- name: Test docs
run: |
source $TRIQS_INSTALL/share/triqs/triqsvars.sh
sphinx-apidoc -o docs/api --module-first --no-toc --force --separate src/risb
sphinx-build -b html -n -T docs docs/_build

0 comments on commit a4c77dc

Please sign in to comment.