-
Notifications
You must be signed in to change notification settings - Fork 193
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 conda environment reference #2540
Conversation
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.
LGTM thank you!
I'm not sure about the test failure. Can you suggest what I should change? |
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
I am looking into it. something with the linting seems to have changed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2540 +/- ##
=======================================
Coverage 74.95% 74.95%
=======================================
Files 85 85
Lines 9231 9231
=======================================
Hits 6919 6919
Misses 2312 2312 ☔ View full report in Codecov by Sentry. |
As discussed on Slack, the current module template creates the reference to the conda environment file in a wrong manner.
PR checklist
CHANGELOG.md
is updated