Skip to content

Commit 57bcaa8

Browse files
authored
use nilearn master to avoid issue with latest release (#6150)
1 parent 9a47e8e commit 57bcaa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
pip install --user -q --upgrade pip numpy vtk
6161
pip install --user --progress-bar off -r requirements.txt
6262
pip install --user --progress-bar off ipython sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler "https://api.github.com/repos/nipy/PySurfer/zipball/master"
63+
pip install --user --upgrade --progress-bar off "https://api.github.com/repos/nilearn/nilearn/zipball/master"
6364
6465
- save_cache:
6566
key: pip-cache

0 commit comments

Comments
 (0)