Skip to content
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

Merged
merged 6 commits into from
May 21, 2024

Conversation

felixdittrich92
Copy link
Contributor

@felixdittrich92 felixdittrich92 commented May 21, 2024

This PR:

  • function name is python_doctr not python-doctr (package name is python-doctr)

Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.23%. Comparing base (45c2df3) to head (8543c4c).

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     
Flag Coverage Δ
unittests 96.23% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixdittrich92
Copy link
Contributor Author

felixdittrich92 commented May 21, 2024

@odulcy-mindee not sure why this was working before 😅

TEST END: conda-dist/linux-64/python-doctr-0.9.0a0-0.tar.bz2

But "under the hood" it's saved as python_doctr so this was wrong before

@felixdittrich92 felixdittrich92 changed the title test [conda] Fix meta.yaml package function name May 21, 2024
@felixdittrich92 felixdittrich92 added this to the 0.9.0 milestone May 21, 2024
@felixdittrich92 felixdittrich92 added type: bug Something isn't working topic: build Related to dependencies and build topic: ci Related to CI labels May 21, 2024
@felixdittrich92 felixdittrich92 marked this pull request as ready for review May 21, 2024 14:30
.conda/meta.yaml Outdated
Comment on lines 11 to 12
fn: {{ project.get('name') | replace("-", "_")}}-{{ version }}.tar.gz
url: ../dist/{{ project.get('name') | replace("-", "_")}}-{{ version }}.tar.gz
Copy link
Collaborator

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 ?

Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now ^^

Copy link
Collaborator

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 !

@odulcy-mindee odulcy-mindee merged commit fa78a6f into mindee:main May 21, 2024
74 of 81 checks passed
@felixdittrich92 felixdittrich92 deleted the conda-test branch August 30, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: build Related to dependencies and build topic: ci Related to CI type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants