-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow setting optional Python version for running test on pr and deploy docs #100
Conversation
@@ -50,6 +60,13 @@ jobs: | |||
fi | |||
python -m pip install . --no-deps | |||
|
|||
- name: Start Xvfb |
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 have a good feeling that this will fix the API doc building problem for fourigui while using linux
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 this has worked: diffpy/diffpy.fourigui#71
@@ -34,14 +44,14 @@ jobs: | |||
auto-update-conda: true | |||
environment-file: environment.yml | |||
auto-activate-base: false | |||
python-version: 3.13 | |||
python-version: ${{ inputs.python_version }} |
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.
For packages like pdffit2 and regolith, we still want to use this beautiful reusable workflow.
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.
ready for review. I have tested this using a fork..
No description provided.