Skip to content

Commit 6d37ab0

Browse files
committed
Adds doxygen install to workflow
1 parent 7bae891 commit 6d37ab0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- name: Upload coverage to codecov
3939
uses: codecov/codecov-action@v2
4040

41+
# Install doxygen
42+
- name: Doxygen install
43+
uses: ssciwr/doxygen-install@v1
44+
4145
# Build documentation
4246
- name: Docs
4347
run: |

0 commit comments

Comments
 (0)