-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
minor changes to compare refdata pipeline #1578
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1578 +/- ##
=======================================
Coverage 67.19% 67.19%
=======================================
Files 73 73
Lines 6146 6146
=======================================
Hits 4130 4130
Misses 2016 2016 Continue to review full report at Codecov.
|
|
||
if sys.version_info < (3, 8): | ||
if sys.version_info < (3, 8, 3): |
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.
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.
The data is already pickled with 3.8, so yes, we need this
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 think I'm missing something, can you point at the workflow with Python 3.8, please?
* move bokeh step * use exact python version
Description
bokeh
installation stepMotivation and context
How has this been tested?
Examples
Type of change
Checklist