File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.devcontainer/build-devcontainer Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ FROM "mcr.microsoft.com/devcontainers/miniconda@sha256:8e262a2664fab1d53054738d3
55# copy this repo at current revision
66COPY . /root/nfcore-tools/
77
8- # Explicitly reinstall python 3.14 via conda
8+ # Explicitly reinstall python 3.13 via conda
99# install local nf-core tools version, and precommit hooks
1010RUN cd /root/nfcore-tools/ && \
11- conda install -y python=3.14 && \
11+ conda install -y python=3.13 && \
1212 pip install --no-cache-dir --upgrade pip setuptools wheel pre-commit && \
1313 pip install -r requirements.txt --no-cache-dir -e . && \
1414 pre-commit install --install-hooks && \
Original file line number Diff line number Diff line change 8383- Update pre-commit hook pre-commit/pre-commit-hooks to v6 ([ #3797 ] ( https://github.com/nf-core/tools/pull/3797 ) )
8484- Update dependency python to 3.14 ([ #3817 ] ( https://github.com/nf-core/tools/pull/3817 ) )
8585- update Dockerfile to python 3.14 ([ #3822 ] ( https://github.com/nf-core/tools/pull/3822 ) )
86+ - downgrade python version to 3.13 in devcontainer ([ #3834 ] ( https://github.com/nf-core/tools/pull/3834 ) )
8687- Update GitHub Actions ([ #3795 ] ( https://github.com/nf-core/tools/pull/3795 ) )
8788
8889## [ v3.3.2 - Tungsten Tamarin Patch 2] ( https://github.com/nf-core/tools/releases/tag/3.3.2 ) - [ 2025-07-08]
You can’t perform that action at this time.
0 commit comments