-
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
tests are broken #8
Comments
Check a recent cookiecutter gh-ci.yaml file such as https://github.com/MDAnalysis/helanal/blob/main/.github/workflows/gh-ci.yaml and update yours accordingly. There may have been changes in the workflow since you generated yours and unfortunately there's no automated way to update with the cookiecutter (at least as far as I am aware). You shouldn't need python-package.yaml (delete) unless you want to write a workflow from scratch. |
Or look at https://github.com/MDAnalysis/PathSimAnalysis/blob/main/.github/workflows/gh-ci.yaml --- Irfan recently updated something in there, and it was originally created with a fairly old version of the MDA cookiecutter. (The PathSimAnalysis repo also has a nice deploy.yaml workflow that automatically uploads tagged commits to testpypi and releases to pypi.) |
You can also look at the current version of the template for the gh-ci.yaml file in the mda-cookiecutter repo https://github.com/MDAnalysis/cookiecutter-mdakit/blob/main/%7B%7Bcookiecutter.repo_name%7D%7D/.github/workflows/%7B%7Bcookiecutter._ci_name%7D%7D.yaml (just be careful because it contains template strings). |
Tests are failing for "windows-latest", which is because MDAnalysis is not found. |
I opened #10 for the specific windows issue and will close this one because Linux and macOS is passing. |
Expected behavior
Tests run.
Actual behavior
No tests are running. Failure
The text was updated successfully, but these errors were encountered: