mirror of
https://github.com/actions/setup-python.git
synced 2025-08-13 12:02:06 +00:00
documentation update
This commit is contained in:
parent
8626f8c1ae
commit
a8ee5f78aa
@ -413,6 +413,7 @@ steps:
|
|||||||
# Or pip install -e '.[test]' to install test dependencies
|
# 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.
|
Note: cache-dependency-path supports files located outside the workspace root by copying them into the workspace to enable proper caching.
|
||||||
|
To avoid unintentionally overwriting existing files in the workspace (especially when using composite actions with common file names like requirements.txt), a new input overwrite has been added. By default, files will not be copied if a file with the same path already exists in the workspace unless overwrite: true is explicitly set.
|
||||||
# Outputs and environment variables
|
# Outputs and environment variables
|
||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user