mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
documentation update
This commit is contained in:
parent
acfd356f6e
commit
742e424099
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ steps:
|
||||||
- run: pip install -e .
|
- run: pip install -e .
|
||||||
# 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.
|
||||||
# Outputs and environment variables
|
# Outputs and environment variables
|
||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue