Skip to content

Commit

Permalink
rel(24.0.0): update changes, bump circle images
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Mar 4, 2024
1 parent 92c084d commit 099cfc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- image: cimg/python:3.9
auth:
username: $DOCKER_USER
password: $DOCKER_PAT
password: $DOCKER_PAT
working_directory: /tmp/tests
environment:
- OSF_MIRROR_PATH: /tmp/data/templateflow
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
machine:
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
# upgrade Docker version
image: ubuntu-2004:202104-01
image: default
environment:
- FSLOUTPUTTYPE: NIFTI
- SUBJECTS_DIR: /tmp/subjects
Expand All @@ -148,7 +148,7 @@ jobs:
fi
if ! [ -x "$(command -v conda)" ]; then
curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
bash Miniconda3-py39_4.11.0-Linux-x86_64.sh -b -p $HOME/.conda
fi
$HOME/.conda/bin/conda env update -f docs/environment.yml --prune
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
24.0.0 (March 4, 2024)
======================
Minor release to update skeleton to include recently added templates.

* CI: Add manual trigger, bump action versions (#113)

23.1.0 (October 12, 2023)
=========================
Minor release including support for Python 3.12.
Expand Down

0 comments on commit 099cfc1

Please sign in to comment.