-
Notifications
You must be signed in to change notification settings - Fork 533
[FIX] Lock travis pybids 0.6.5 #2720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ffd0d8e
to
7d1bfd5
Compare
1b5f99d
to
96b9a8a
Compare
@@ -87,8 +87,7 @@ before_install: | |||
|
|||
- travis_retry pip install -r requirements.txt | |||
- travis_retry pip install grabbit==0.1.2 | |||
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids && | |||
pip install -e ${HOME}/pybids | |||
- travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shorter:
travis_retry pip install -e git+https://github.com/INCF/pybids.git@0.6.5#egg=pybids
Shouldn't we also pin the dependency here? |
Codecov Report
@@ Coverage Diff @@
## master #2720 +/- ##
==========================================
- Coverage 67.61% 64.26% -3.35%
==========================================
Files 340 338 -2
Lines 43153 43102 -51
Branches 5351 5348 -3
==========================================
- Hits 29176 27701 -1475
- Misses 13275 14329 +1054
- Partials 702 1072 +370
Continue to review full report at Codecov.
|
Merging despite all the scary red x's. cc: @miykael. |
This is just a patch to attempt to pin pybids to 0.6.5, until we updates the interfaces that depend on pybids.