Skip to content

Commit

Permalink
Add maven to gitpod install
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk authored Oct 1, 2024
1 parent ea9bcf9 commit 17c1147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ tasks:
command: |
pre-commit install --install-hooks
nextflow self-update
- name: Install maven
command: |
conda install -y -c conda-forge maven
- name: conda update
command: |
conda update --all --yes
Expand Down

0 comments on commit 17c1147

Please sign in to comment.