-
Notifications
You must be signed in to change notification settings - Fork 86
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
Remove circular dependencies from Makefile
#637
Conversation
Makefile
Makefile
Codecov Report
@@ Coverage Diff @@
## master #637 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 133 133
Lines 4545 4545
=======================================
Hits 4498 4498
Misses 47 47 Continue to review full report at Codecov.
|
Makefile
Makefile
pip install -r test-requirements.txt -q | ||
|
||
.PHONY: installdeps-dev | ||
installdeps-dev: installdeps-dev | ||
installdeps-dev: |
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.
Oh lol! How did this sneak in? Wouldn't this break our build? I am unfamiliar with how make handles circular deps
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.
I don't think it breaks - it just ignores it
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.
👍 🚢
Fixes #636.
Fixed:

Before:
