Skip to content

Commit aae815f

Browse files
committed
CI: Install Graphviz
1 parent c91b776 commit aae815f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
uv-dependency-install-flags: "--all-extras --group docs"
42+
- name: Install Graphviz
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y graphviz
4246
- name: docs
4347
run: |
4448
uv run --no-sync mkdocs build --strict

docs/gen_fortran_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
raise AssertionError(msg)
1919

2020
subprocess.run( # noqa: S603
21-
[ford, "ford_example.md"],
21+
[ford, "ford_config.md"],
2222
check=True,
2323
)
2424

File renamed without changes.

0 commit comments

Comments
 (0)