Skip to content

Commit

Permalink
install doxygen in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent f6171d0 commit 39111a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- run: |
conda info
conda list
- name: Install Doxygen
run: sudo apt-get install doxygen -y
shell: bash
- name: Install package
run: |
python3 -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ dependencies:
- python>=3.9
- pytest
- sphinx
- doxygen

0 comments on commit 39111a6

Please sign in to comment.