Skip to content

Commit

Permalink
install doxy in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent a01e78b commit ea2468a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- run: |
conda info
conda list
- name: Doxygen
run: apt-get install doxygen
- name: Install Doxygen
run: |
apt-get install doxygen
- name: Install package
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit ea2468a

Please sign in to comment.