Skip to content

Commit

Permalink
CI: Use common Python for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 18, 2023
1 parent 4349aaf commit 1acc1c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
datalad update --merge -d brain-extraction-tests/
datalad get -r -J 2 -d brain-extraction-tests
- run:
name: Install HCPh fieldmaps
command: |
Expand Down Expand Up @@ -356,8 +356,7 @@ jobs:
flags: unittests

build_docs:
docker:
- image: python:3.8.5
<<: *python_defaults
working_directory: /tmp/gh-pages
environment:
- FSLOUTPUTTYPE: NIFTI
Expand Down

0 comments on commit 1acc1c7

Please sign in to comment.