-
Notifications
You must be signed in to change notification settings - Fork 3
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
Boilerplate GHA script #13
Comments
This is awesome! Thanks for putting it together. Only a few comments:
|
Thanks for the feedback!
Done - I like that this can be configured with only 1-2 lines changed, not needing an extra file or several lines changed
Agre on each, and done too! |
Awesome, thanks! |
* Remove un-used import * Add boilerplate GitHub Actions CI script taken from openforcefield/status#13 * Add channels to conda env YAML * Fix some references to `openff_cli`
What was once |
I've updated the above script to reflect the |
Based on discussion in conda-incubator/setup-miniconda#129, it is probably better to run cron jobs a few hours before or after midnight UTC, since that's when everybody else runs their cron jobs and Anaconda's servers are less reliable then (for non-cached channels; |
Note a small syntax fix that @mikemhenry found, which will be necessary to have YAML resolve 3.10 as 3.10 and not 3.1: https://github.com/openforcefield/openff-interchange/pull/359/files |
Here is a starting point for a GitHub Actions script that runs CI. This assumes some structural similarity to the MolSSI cookiecutter (
python -m pip install .
should install the package, there should be a conda environment specified indevtools/conda-envs/test_env.yaml
) but with some small modifications. The only necessary modification to get this running off the shelf should be updatingPACKAGE_NAME_HERE
The text was updated successfully, but these errors were encountered: