NASA-AMMOS / NASA-AMMOS/AIT-Core
Get caching working in GH Actions build
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56
- Forks
- 35
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
#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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the baseline GitHub Actions workflow from #471 and the actions/setup-python caching configuration. Reproduce the Python 3.10 tox lint environment and investigate why pre-commit becomes unavailable; done means caching is enabled without breaking the lint run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100