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

Get caching working in GH Actions build #474

Open
MJJoyce opened this issue Dec 20, 2022 · 0 comments
Open

Get caching working in GH Actions build #474

MJJoyce opened this issue Dec 20, 2022 · 0 comments

Comments

@MJJoyce
Copy link
Member

MJJoyce commented Dec 20, 2022

#471 will add a baseline GH Action workflow for testing the toolkit across all supported Python versions, running the docs build to verify that it completes successfully, and executing the linting pipeline.

The caching supported by actions/setup-python is currently disabled because it caused issues with the lint environment in the Python 3.10 tox execution. For some reason it consistently made pre-commit unavailable. Should test this more thoroughly and see if we can figure out a workaround. The caching really helps speed stuff up so it would be great to address this.

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

No branches or pull requests

1 participant