-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
CI workflow improvements #461
Conversation
nicoddemus
commented
Oct 20, 2022
- Drop 'checks' job from CI: this job is redundant now that we use pre-commit.ci and readthedocs builds docs for PRs.
- Split workflows into 'deploy' and 'build' for easier management.
This job is redundant now that we use pre-commit.ci and readthedocs builds docs for PRs.
@@ -58,50 +58,3 @@ jobs: | |||
- name: Test with tox |
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.
While you're at it, maybe change 3.11-dev
to 3.11
above (released now), and also re-check if pyside6 works on it nowadays?
- name: Linting | ||
run: | | ||
tox -e linting | ||
- name: Docs |
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 really have a check failing the PR status from RTD, if a PR breaks the docs? Scrolling through the commit status list of this PR, I can't seem to find any?
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.
Co-authored-by: Florian Bruhin <[email protected]>
Seems like 3.11 is not available for mac-os yet, let's wait a few days to try this again as this is not critical. |
According to actions/setup-python#531 this was fixed a day later 😅 I triggered a rerun. |
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.
Looks good now!
Thanks! |