Skip to content

Commit

Permalink
Merge pull request #280 from mahesh-panchal/update_gitpod_env
Browse files Browse the repository at this point in the history
Add Quarto to Gitpod
  • Loading branch information
fasterius authored Nov 27, 2024
2 parents a45d50c + 5835d35 commit d347277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ tasks:
command: |
nextflow self-update
exit
- name: Install Snakemake
- name: Install Snakemake and Quarto
command: |
conda install snakemake -y
conda install snakemake quarto -y
exit
Expand Down

0 comments on commit d347277

Please sign in to comment.