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
- **Cache pip packages in CI** (may not be working as is since pip
packages of `downloadPipRequirements` task are downloaded to a
non-standard location, but still worth it for other cases and makes the
Python version stable throughout workflows)
- **Enable local cache in all branches** (but disable for tag builds and
keep read-only for bot PRs as a security measure; PRs from external
contributors will always require approval for running so I don't
consider this a significant security risk)
0 commit comments