Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Nov 27, 2023
1 parent 7202cfe commit 8342c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/test_import.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import ipython_memory_usage

4 comments on commit 8342c38

@ianozsvald
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks Uwe! I've been meaning to catch up on these old-meta issues but I've not touched the conda install in years. Is there a short guide I should follow so I can get my meta.yaml up to date? This suggests that a few things have changed: https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html so I've been meaning to work from there, unless there's a better source @xhochy ?

@ianozsvald
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh I see you've fixed meta.yaml too - many thanks!

@xhochy
Copy link
Member Author

@xhochy xhochy commented on 8342c38 Nov 27, 2023

Choose a reason for hiding this comment

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

I think the best thing is to use grayskull pypi ipython_memory_usage from https://github.com/conda/grayskull This works for most Python packages reliably nowadays.

I have activated the automatic usage of that via

inspect: update-grayskull
This means that future PRs should update themselves. The only tricky bit has been to fix the IPython test.

@ianozsvald
Copy link
Contributor

Choose a reason for hiding this comment

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

Super kind of you @xhochy , many thanks, I wasn't aware of Greyskull and confess I was a bit intimidated about whatever-I-had-to-do to fix the conda builds. Cheers!

Please sign in to comment.