Skip to content

Commit 5779371

Browse files
authored
Update python-package.yml
1 parent dceff6d commit 5779371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
python -m pip install --upgrade pip
4444
python -m pip install flake8 pytest
45-
python -m pip install ${{ requirements-cmd }}
45+
python -m pip install ${{ matrix.requirements-cmd }}
4646
- name: Lint with flake8
4747
run: |
4848
# stop the build if there are Python syntax errors or undefined names
@@ -51,4 +51,4 @@ jobs:
5151
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
5252
- name: Test with pytest
5353
run: |
54-
${{ pytest-run-cmd }}
54+
${{ matrix.pytest-run-cmd }}

0 commit comments

Comments
 (0)