-
Notifications
You must be signed in to change notification settings - Fork 209
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
Fix CI failures #222
Fix CI failures #222
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Python 3.7 succeeded for f7869fd. However, the other versions failed for various reasons including MacOS with an error related to tensorflow. I pushed a new commit pinning the h5py version, but now GitHub actions got stuck. I gotta take care of a presentation now and will check later. |
I added two |
The nb kernel dies on MacOS for some reason, letting it rerun to see if it only happens occasionally. |
Btw, I also played with multiprocessing of nbval for KinoML. I often got more stable runs, when only using a single process. |
So all tests pass 🎉, I will merge now to get the CI working in master, but it is very concerning that different CI runs fail for different reasons. I will open an issue tomorrow, so we dont forget to investigate this. |
Description
This PR aims to fix CI failures involving RDKit installation on MacOS and T018 with failing API request of DogSiteScorer.
Todos
Status