Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Oct 1, 2024
1 parent 099b7ac commit b8f2d61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
curl https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/circleci_dependencies.sh -o circleci_dependencies.sh
chmod +x circleci_dependencies.sh
./circleci_dependencies.sh
pip install .[doc]
pip install git+https://github.com/mne-tools/mne-bids@main
pip install .[doc] git+https://github.com/mne-tools/mne-bids@main
- save_cache:
key: pip-cache
Expand Down

0 comments on commit b8f2d61

Please sign in to comment.