Skip to content

Commit e24fe1c

Browse files
committed
CI: Update environment to pick up sphinx-build and other executables
Also install niworkflows into the environment
1 parent 3291f53 commit e24fe1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,11 @@ jobs:
542542
command: |
543543
python -m pip install --no-cache-dir -U "pip>=20.3"
544544
python -m pip install --no-cache-dir -r docs/requirements.txt
545+
eval "$(pyenv init -)"
546+
- run:
547+
name: Install Niworkflows
548+
command: |
549+
python -m pip install .
545550
- run:
546551
name: Build only this commit
547552
command: |

0 commit comments

Comments
 (0)