-
Notifications
You must be signed in to change notification settings - Fork 106
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
Accelerate the CI pipeline #5
Comments
Hi @michaelosthege, let me work on this one :) Thanks! |
I think GitHub CI is running the tests marked as slow, one failed recently. That could explain why they take so long |
Yes, good points, I will look into it in details this weekend. Sorry for the delay :) |
The runslow seems to be on purpose: pytensor/.github/workflows/test.yml Line 135 in 19e1a98
|
Yes, the I'm also looking into detail to see how to break these tests into smaller parts similar to PyMC workflows |
Closed via #176 |
Right now the CI is taking ~1.5 h.
However, we can split up jobs in the job matrix to parallelize more, and also investigate whether we're unnecessarily running things multiple times (e.g. different Python versions).
Maybe the
scripts/check_all_tests_are_covered.py
from PyMC can be adapted to quickly diagnose redundacies?The text was updated successfully, but these errors were encountered: