-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
run_mypy
script failing (due to new Pandas behavior?)
#6940
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
Comments
Sounds like Can you try replacing the line by this? failing = set(df.reset_index()["file"].astype(str).str.replace(os.sep, "/", regex=False)) |
Didn't make the trick :)
I doubt so, but the dataframe is indeed empty so probably mypy run is just failing and we don't raise when the subprocess fails |
Also why are we pinned to mypy 0.99? |
Getting a mysterious |
Simply put we're pinned because our dependabot only cares about GitHub actions Locally I can't reproduce this problem |
Me neither. Probably a specific dependency version |
Description
https://github.com/pymc-devs/pymc/actions/runs/6406798422/job/17392150214?pr=6933
The text was updated successfully, but these errors were encountered: