mirror of
https://github.com/actions/cache.git
synced 2025-03-13 11:47:00 +00:00
Explain why setup-python is included in example
This commit is contained in:
parent
05eb49346f
commit
95e9ec19e9
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ jobs:
|
|||
|
||||
```yaml
|
||||
- name: Set up Python
|
||||
# The actions/cache step below uses this id to get the exact python version
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue