mirror of
https://github.com/actions/setup-python.git
synced 2025-11-07 21:46:58 +00:00
This reduces the main bundle size by ⚠️ 1.1 MB minified! This bundle is loaded only when caching is enabled.
The reason for this huge reduction is that caching dependencies uses the `@actions/cache` package, which is an extremely large package with big dependencies.
`setup-python` is used in `setup-cpp` as a library. This optimization reduces the bundle size for that package as well.
|
||
|---|---|---|
| .. | ||
| data | ||
| cache-restore.test.ts | ||
| cache-save.test.ts | ||
| check-python-path.sh | ||
| find-graalpy.test.ts | ||
| find-pypy.test.ts | ||
| finder.test.ts | ||
| install-graalpy.test.ts | ||
| install-pypy.test.ts | ||
| install-python.test.ts | ||
| test-pipenv.py | ||
| utils.test.ts | ||
| verify-python.py | ||