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

Avoid unrelated CI test for doc changes, and cache using setup-python action #106

Merged
merged 3 commits into from
Nov 2, 2024

Conversation

rffontenelle
Copy link
Contributor

@rffontenelle rffontenelle commented Oct 22, 2024

Since test.yml doesn't run any CI related-test, excluding doc path seems the ideal thing to not unnecessarily run test across several Python versions.

Also, caching pip dependencies with actions/setup-python will search pyproject.toml by default, so it is not necessary to keep actions/cache for this case.

Copy link
Member

@shimizukawa shimizukawa left a comment

Choose a reason for hiding this comment

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

LGTM!

@shimizukawa shimizukawa merged commit d0954dc into sphinx-doc:master Nov 2, 2024
8 checks passed
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