mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 00:18:20 +02:00
Enhance cache-dependency-path handling to support files outside the workspace root (#1128)
* ehnace cache dependency path handling * logic update * npm run format-check * update cacheDependencies tests to cover resolved paths and copy edge cases * check failure fix * depricate-windows-2019 * refactored the code * Check failure fix
This commit is contained in:
parent
e9c40fbc2b
commit
1264885983
5 changed files with 243 additions and 5 deletions
|
@ -412,7 +412,7 @@ steps:
|
|||
- run: pip install -e .
|
||||
# Or pip install -e '.[test]' to install test dependencies
|
||||
```
|
||||
|
||||
Note: cache-dependency-path supports files located outside the workspace root by copying them into the workspace to enable proper caching.
|
||||
# Outputs and environment variables
|
||||
|
||||
## Outputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue