Skip to content
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

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

bobleesj
Copy link
Contributor

@bobleesj bobleesj commented Dec 5, 2024

No description provided.

@@ -50,6 +60,13 @@ jobs:
fi
python -m pip install . --no-deps

- name: Start Xvfb
Copy link
Contributor Author

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

Copy link
Contributor Author

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 }}
Copy link
Contributor Author

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.

Copy link
Contributor Author

@bobleesj bobleesj left a 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..

@sbillinge sbillinge merged commit cf66a72 into Billingegroup:main Dec 5, 2024
1 check passed
@bobleesj bobleesj deleted the patch-13 branch December 7, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants