Skip to content

Commit

Permalink
install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Apr 24, 2024
1 parent 8b50176 commit a1843cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
version: "23.7.0"
- name: Upgrade pip, install package, install requirements, build docs
run: |
apt-get --allow-releaseinfo-change update -y && apt-get install pandoc
pip install --upgrade pip
pip install .
pip install -r ./docs/requirements.txt
Expand Down

0 comments on commit a1843cc

Please sign in to comment.