mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 01:59:34 +01:00
Fix matrix value for non-default py version example (#100)
This commit is contained in:
parent
807b74f98c
commit
2241d846ba
1 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: python my_script.py
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue