-
Notifications
You must be signed in to change notification settings - Fork 39
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
release: 0.8.4 #335
release: 0.8.4 #335
Conversation
Codecov Report
@@ Coverage Diff @@
## master #335 +/- ##
=======================================
Coverage 32.47% 32.47%
=======================================
Files 20 20
Lines 970 970
=======================================
Hits 315 315
Misses 655 655
|
A new |
Version 0.8.4 (2022-02-08) | ||
-------------------------- | ||
|
||
- Changes installation to revert ``Yadage`` dependency versions. |
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.
Should we add a new entry for 4f15ed4?
Perhaps we can include this issue reference in the revert commit. |
@@ -32,7 +32,7 @@ def get_snakemake_pkg(extras=""): | |||
"docs": ["Sphinx>=1.4.4", "sphinx-rtd-theme>=0.1.9",], | |||
"tests": tests_require, | |||
"kubernetes": ["kubernetes>=11.0.0,<12.0.0",], | |||
"yadage": ["adage~=0.10.3", "yadage~=0.20.2", "yadage-schemas~=0.10.6"], | |||
"yadage": ["adage~=0.10.1", "yadage~=0.20.1", "yadage-schemas~=0.10.6"], |
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.
This doesn't matter, but there isn't a need to roll back adage
here as well — that can stay at adage~=0.10.3
.
Reverts changes done in #333
addresses reanahub/reana-workflow-engine-yadage#222