-
Notifications
You must be signed in to change notification settings - Fork 533
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
FIX: Can't seem to import workflows from niflows in CircleCI #3134
Conversation
Blocked by niflows/nipype1-workflows#5 |
Oh, yeah, it's manual. Give me a minute to release. |
Pushed to PyPI. |
Master is broken -- this PR relocates the pip install of ``niflow-nipype1-workflows`` so that it happens AFTER nipype was installed.
ea58a71
to
bc566b5
Compare
Codecov Report
@@ Coverage Diff @@
## master #3134 +/- ##
==========================================
- Coverage 64.84% 63.96% -0.88%
==========================================
Files 299 297 -2
Lines 39480 39399 -81
Branches 5220 5210 -10
==========================================
- Hits 25599 25202 -397
- Misses 12829 13154 +325
+ Partials 1052 1043 -9
Continue to review full report at Codecov.
|
Thx! |
Master is broken -- this PR relocates the pip install of
niflow-nipype1-workflows
so that it happens AFTER nipypewas installed.
Summary
Fixes # .
List of changes proposed in this PR (pull-request)
Acknowledgment