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

CI workflow improvements #461

Merged
merged 5 commits into from
Nov 21, 2022
Merged

Conversation

nicoddemus
Copy link
Member

  • 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.
.github/workflows/deploy.yml Outdated Show resolved Hide resolved
.github/workflows/deploy.yml Outdated Show resolved Hide resolved
@@ -58,50 +58,3 @@ jobs:
- name: Test with tox
Copy link
Member

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
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I have re-synced the webhook from RTD and is now working again:

image

@nicoddemus
Copy link
Member Author

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.

@The-Compiler
Copy link
Member

According to actions/setup-python#531 this was fixed a day later 😅 I triggered a rerun.

Copy link
Member

@The-Compiler The-Compiler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now!

@nicoddemus nicoddemus merged commit 9db05d0 into pytest-dev:master Nov 21, 2022
@nicoddemus
Copy link
Member Author

Thanks!

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