File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55 - image : cimg/python:3.9
66 auth :
77 username : $DOCKER_USER
8- password : $DOCKER_PAT
8+ password : $DOCKER_PAT
99 working_directory : /tmp/tests
1010 environment :
1111 - OSF_MIRROR_PATH : /tmp/data/templateflow
@@ -127,7 +127,7 @@ jobs:
127127 machine :
128128 # https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
129129 # upgrade Docker version
130- image : ubuntu-2004:202104-01
130+ image : default
131131 environment :
132132 - FSLOUTPUTTYPE : NIFTI
133133 - SUBJECTS_DIR : /tmp/subjects
@@ -148,7 +148,7 @@ jobs:
148148 fi
149149
150150 if ! [ -x "$(command -v conda)" ]; then
151- curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
151+ curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
152152 bash Miniconda3-py39_4.11.0-Linux-x86_64.sh -b -p $HOME/.conda
153153 fi
154154 $HOME/.conda/bin/conda env update -f docs/environment.yml --prune
Original file line number Diff line number Diff line change 1+ 24.0.0 (March 4, 2024)
2+ ======================
3+ Minor release to update skeleton to include recently added templates.
4+
5+ * CI: Add manual trigger, bump action versions (#113)
6+
1723.1.0 (October 12, 2023)
28=========================
39Minor release including support for Python 3.12.
You can’t perform that action at this time.
0 commit comments