Skip to content

Commit

Permalink
Merge pull request #313 from nextflow-io/gitpod-edge
Browse files Browse the repository at this point in the history
Gitpod: use latest edge release
  • Loading branch information
mribeirodantas authored Mar 12, 2024
2 parents 86f5e73 + f13582e commit a67cbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN mkdir -p /workspace/data \
USER gitpod

# Uncomment if we need to pin the Nextflow version
# ENV NXF_EDGE=1
# ENV NXF_VER=22.09.7-edge
ENV NXF_EDGE=1
ENV NXF_VER=24.02.0-edge

# Install nextflow, nf-core, Mamba, and pytest-workflow
RUN conda config --add channels defaults && \
Expand Down

0 comments on commit a67cbc5

Please # to comment.