-
Notifications
You must be signed in to change notification settings - Fork 463
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
[conda] Fix meta.yaml package function name #1603
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
==========================================
- Coverage 96.26% 96.23% -0.03%
==========================================
Files 163 163
Lines 7707 7707
==========================================
- Hits 7419 7417 -2
- Misses 288 290 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@odulcy-mindee not sure why this was working before 😅
But "under the hood" it's saved as |
.conda/meta.yaml
Outdated
fn: {{ project.get('name') | replace("-", "_")}}-{{ version }}.tar.gz | ||
url: ../dist/{{ project.get('name') | replace("-", "_")}}-{{ version }}.tar.gz |
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.
Does it need an extra space to work properly ?
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.
Which position do you mean ? ^^ we change python-doctr to python_doctr
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.
Now ^^
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.
@felixdittrich92 Yeah, that was exactly what I meant, sorry I was not clear. Thank you !
This PR: