Skip to content

Commit e804b43

Browse files
authored
[CI] Drop redundant Doxygen install from Pages workflow (#840)
1 parent b9be542 commit e804b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: actions/setup-python@v6
3838
with:
3939
python-version: '3.14'
40-
- name: Install Doxygen and Graphviz
40+
- name: Install Graphviz
4141
run: |
4242
sudo apt-get update
43-
sudo apt-get install --no-install-recommends -y doxygen graphviz
43+
sudo apt-get install --no-install-recommends -y graphviz
4444
- name: Install dependencies
4545
run: |
4646
python3 -m pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)