Fix matrix value for non-default py version example

This commit is contained in:
ferhat elmas 2020-06-08 18:25:12 +02:00
parent 807b74f98c
commit 46a99c39f0

View file

@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python-version }}
- run: python my_script.py - run: python my_script.py
``` ```