-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
bug: red builds? #69
Comments
Thanks for the report! Let me look into it 🙂 |
The "self-dependency" issue should be fixed on main now. |
I'm having trouble finding a set of versions for numpy/matplotlib that can actually be installed on Python <3.14 😫 |
I think I'll enable docs on a single Python version, this should make things easier. |
Weird, for some reason MkDocs exits early locally, and I cannot reproduce in a debugging session... the heisenbug. Anyway, I've disabled docs checking on Python other than 3.12. |
See https://github.com/pawamoy/markdown-exec/actions/workflows/ci.yml
Tests don't seem to be running due to dependency conflicts. e.g.: https://github.com/pawamoy/markdown-exec/actions/runs/12201447867/job/34039876525
FWIW, I also encountered setup issues trying to get the project setup locally because
markdown-exec
depends on itself inpyproject.toml
. Although if I comment out that dependency inpyproject.toml
, I can get tests to run and pass locally.The text was updated successfully, but these errors were encountered: