Skip to content

Commit

Permalink
Use specific nilearn version for building all docs (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jan 28, 2022
1 parent f9aa7bd commit e4c44ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/SphinxBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- shell: bash -el {0}
run: ./tools/github_actions_install.sh
name: 'Install MNE'
- shell: bash -el {0}
run: |
pip uninstall nilearn
pip install nilearn==0.8.1
name: 'Install nilearn that works with older MNE-NIRS versions'
- shell: bash -el {0}
run: ./tools/github_actions_infos.sh
name: 'Show infos'
Expand Down

0 comments on commit e4c44ef

Please sign in to comment.