diff --git a/.github/gitpod.Dockerfile b/.github/gitpod.Dockerfile index 1b565355..9b0d8a5e 100644 --- a/.github/gitpod.Dockerfile +++ b/.github/gitpod.Dockerfile @@ -47,8 +47,8 @@ RUN curl -fSL https://github.com/seqeralabs/tower-agent/releases/latest/download USER gitpod # Uncomment if we need to pin the Nextflow version -ENV NXF_EDGE=1 -ENV NXF_VER=24.02.0-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 && \