Skip to content

Commit

Permalink
install pandoc on CI systems
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Aug 7, 2024
1 parent b498fc9 commit bdeb0fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}

- name: Set up pandoc
run: sudo apt install pandoc

- name: Install Doc dependencies
run: pip install -r requirements_doc.txt
Expand Down
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build:
pre_build:
- python -m pip install -r requirements.txt
- python -m pip install -r requirements_doc.txt
- sudo apt install pandoc
- python -m pip install pandoc
- python setup.py build_ext --inplace
- sphinx-apidoc --private -o docs/source chainopy/

Expand Down

0 comments on commit bdeb0fa

Please sign in to comment.