Skip to content

Commit

Permalink
moved graphviz install from pip to apt-get, maybe it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent 28c681d commit c88bb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
- uses: actions/checkout@v3
- uses: ConorMacBride/install-package@v1
with:
apt: libgeos-dev
apt: libgeos-dev graphviz
- uses: actions/setup-python@v3
with:
python-version: '3.10.5'
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx furo graphviz sphinx-changelog
pip install sphinx furo sphinx-changelog
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down

0 comments on commit c88bb9b

Please sign in to comment.