mirror of
https://github.com/actions/setup-python.git
synced 2025-09-11 11:16:16 +00:00
Revert "Enhance cache-dependency-path handling to support files outside the w…"
This reverts commit 1264885983
.
This commit is contained in:
parent
9322b3ca74
commit
e45f974eb7
5 changed files with 5 additions and 243 deletions
|
@ -421,7 +421,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