1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-24 17:38:52 +00:00
setup-python/__tests__
Amin Yahyaabadi 9700887518
perf: add dynamically loaded cache-dependencies module
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.
2024-09-20 15:35:59 -07:00
..
data Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923) 2024-08-13 14:03:23 -05:00
cache-restore.test.ts Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923) 2024-08-13 14:03:23 -05:00
cache-save.test.ts Add warning for empty cache paths (#642) 2023-04-06 12:02:34 +02:00
check-python-path.sh feature: add a python-path output 2022-05-24 21:02:03 +02:00
find-graalpy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
find-pypy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
finder.test.ts Add and configure ESLint and update configuration for Prettier (#617) 2023-03-09 12:44:56 +02:00
install-graalpy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
install-pypy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
install-python.test.ts feat: fallback to raw endpoint for manifest when rate limit is reached (#766) 2024-03-26 08:56:00 -05:00
test-pipenv.py Fix pipenv jobs (#699) 2023-07-13 14:11:40 +02:00
utils.test.ts perf: add dynamically loaded cache-dependencies module 2024-09-20 15:35:59 -07:00
verify-python.py Improve workflows (#88) 2020-05-01 18:52:58 +02:00