osl-incubator / scicookie

Cookiecutter template for a Python package.
https://osl-incubator.github.io/scicookie
Other
10 stars 18 forks source link

ci(caching): add cache for conda environment in ci #294

Closed Naman-Priyadarshi closed 1 month ago

Naman-Priyadarshi commented 1 month ago

Pull Request description

Implemented caching for conda environment in ci, will add it to template after this is approved Fixes #102

How to test these changes

Tested it on my own forked repository, check PR for this. Re-ran all the jobs to ensure caching is done.

Pull Request checklists

This PR is a:

About this PR:

Author's checklist:

Additional information

Reviewer's checklist

Copy and paste this template for your review's note:

## Reviewer's Checklist

- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved