Skip to content

Commit 55de819

Browse files
committed
build: github action typo
1 parent b71cc12 commit 55de819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
strategy:
4444
max-parallel: 1
4545
matrix:
46-
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
46+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Set up Python
5050
uses: actions/setup-python@v2
5151
with:
52-
${{ matrix.python-version }}
52+
python-version: ${{ matrix.python-version }}
5353
- name: Install dependencies
5454
run: |
5555
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)