Skip to content

Commit

Permalink
Don’t install doxygen. Make sipnet w/o docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer authored Jan 15, 2025
1 parent bc5f5fb commit 9d02124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sipnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# install additional tools needed
- name: install utils
run: apt-get update && apt-get install -y doxygen postgresql-client qpdf
run: apt-get update && apt-get install -y postgresql-client qpdf
- name: install new dependencies
run: Rscript scripts/generate_dependencies.R && cd docker/depends && Rscript pecan.depends.R

Expand All @@ -58,7 +58,7 @@ jobs:
- name: install sipnet
run: |
cd ${GITHUB_WORKSPACE}/sipnet
make
make sipnet
# compile PEcAn code
- name: build
Expand Down

0 comments on commit 9d02124

Please sign in to comment.