-
Notifications
You must be signed in to change notification settings - Fork 50
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 #760
Comments
@mikemhenry : We should upgrade the CI to GitHub Actions after updating to the new MolSSI Cookiecutter. I'd reach out to @jaimergp to have him give you pointers on this process the first time if you haven't done either a Cookiecutter upgrade or a GitHub Actions update. Let's also start tagging issues with their assignees, labels, and eventually milestones/projects. Perhaps you can come up with a labeling scheme that would make some sense? Let me know if you need any repo or org permissions! |
This repo was already migrated to GH Actions (see here). There might be some PRs opened that predate that contribution, so they'd need a rebase in that case. The openforcefield migration is surely a cause of failures. Check this for instructions: openforcefield/openff-toolkit#819 |
Something I didn't quite understand (but I have figured it now when switching over to pytest) is that on our CI we skip tets marked with This also explains why CI takes 20 minutes but when running all tests it took 3 hours! |
I think those were too resource intensive to be run on Travis (where the limit was 1h), and I just converted those Or maybe some might need a GPU too. 🤷 |
Working on getting CI to pass, looks like it is do to an import for
openforcefield
failing, which may be due to this PRopenforcefield/openff-toolkit#803
The text was updated successfully, but these errors were encountered: