|
@@ -22,7 +22,8 @@ jobs:
|
|
|
- name: Checkout code
|
|
- name: Checkout code
|
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- - uses: actions/setup-python@v2
|
|
|
|
|
|
|
+ - name: Setup Python
|
|
|
|
|
+ uses: actions/setup-python@v2
|
|
|
with:
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
|
|
|
@@ -54,7 +55,8 @@ jobs:
|
|
|
- name: Checkout code
|
|
- name: Checkout code
|
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- - uses: actions/setup-python@v2
|
|
|
|
|
|
|
+ - name: Setup Python
|
|
|
|
|
+ uses: actions/setup-python@v2
|
|
|
with:
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
|
|