Skip to content

Commit

Permalink
Merge pull request #3159 from mahesh-panchal/patch_conda_gitpod
Browse files Browse the repository at this point in the history
Add --update-all flag to conda in Gitpod
  • Loading branch information
mahesh-panchal authored Sep 5, 2024
2 parents 308baef + 1c6b577 commit d6bd738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
- Add bot action to update textual snapshots and write bot documentation ([#3102](https://github.com/nf-core/tools/pull/3102))
- Update gitpod setup ([#3136](https://github.com/nf-core/tools/pull/3136))
- fix syncing a pipeline from current directory ([#3143](https://github.com/nf-core/tools/pull/3143))
- Patch gitpod conda setup to not use defaults channel ([#3159](https://github.com/nf-core/tools/pull/3159))

## Version updates

Expand Down
2 changes: 1 addition & 1 deletion nf_core/gitpod/gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ USER gitpod
RUN conda config --add channels bioconda && \
conda config --add channels conda-forge && \
conda config --set channel_priority strict && \
conda install --quiet --yes --name base \
conda install --quiet --yes --update-all --name base \
nextflow \
nf-test \
prettier \
Expand Down

0 comments on commit d6bd738

Please sign in to comment.