We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2996fe2 commit 2408b4bCopy full SHA for 2408b4b
1 file changed
templates/pipeline.yml
@@ -32,14 +32,14 @@ jobs:
32
runs-on: ubuntu-20.04
33
strategy:
34
matrix:
35
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python3-version: [3.6, 3.7, 3.8, 3.9]
36
steps:
37
- uses: actions/checkout@v2
38
39
- name: Set up Python ${{ matrix.python-version }}
40
uses: actions/setup-python@v2
41
with:
42
- python-version: ${{ matrix.python-version }}
+ python3-version: ${{ matrix.python-version }}
43
44
- name: Install dependencies
45
run: |
0 commit comments