-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update docs.yml, main.yml and doc building files #71
Conversation
@@ -38,6 +38,19 @@ jobs: | |||
- name: build documents | |||
run: make -C doc html | |||
|
|||
- name: Run tests and upload coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on Aug 12, 2024 changes to docs.yml
@@ -50,10 +50,6 @@ jobs: | |||
shell: bash -l {0} | |||
run: | | |||
conda activate test | |||
coverage run run_tests.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need run_tests.py
anymore then?
It felt awkward to have a separate file for running pytest, indeed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question
repository: diffpy/diffpy.snmf | ||
# for bookkeeping have diffpy.snmf at the same level as everything else in the | ||
# directory tree | ||
repository: REPO_NAME | ||
path: . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look right, are you sure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that was found during my PR review and fixed probably while you were reviewing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it should be gone when "refreshed".
docs.yml
andmain.yml
CI files based on Aug 11, 2024 udpateMakefile
andmake.bat