You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub Actions workflow with pip caching Add GitHub Actions workflow configuration that includes:- Python setup and dependency installation- Pip package caching for faster builds- Flake8 linting- Pytest executionThis improves the CI pipeline by implementing efficient caching strategy for pip packages, reducing build times and resource usage.
0 commit comments