You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the distribution with poetry run poe test_dist if you have not committed changes (including new files), those files get lost, since we remove the directory pandas-stubs to check things.
Probably best to not test the dist if there are uncommitted changes (or new files) in the pandas-stubs folder, and output an error message asking if the developer wants to commit.