Explain why setup-python is included in example

This commit is contained in:
Andrew Neitsch 2021-07-15 11:37:47 -06:00
parent 05eb49346f
commit 95e9ec19e9

View file

@ -436,6 +436,7 @@ jobs:
```yaml ```yaml
- name: Set up Python - name: Set up Python
# The actions/cache step below uses this id to get the exact python version
id: setup-python id: setup-python
uses: actions/setup-python@v2 uses: actions/setup-python@v2