Skip to content

Commit 2408b4b

Browse files
committed
Segunda tentativa de commit
1 parent 2996fe2 commit 2408b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
strategy:
3434
matrix:
35-
python-version: [3.6, 3.7, 3.8, 3.9]
35+
python3-version: [3.6, 3.7, 3.8, 3.9]
3636
steps:
3737
- uses: actions/checkout@v2
3838

3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@v2
4141
with:
42-
python-version: ${{ matrix.python-version }}
42+
python3-version: ${{ matrix.python-version }}
4343

4444
- name: Install dependencies
4545
run: |

0 commit comments

Comments
 (0)