Skip to content

Commit ea98d9f

Browse files
committed
2 parents 7c58f0b + 6b2c9c7 commit ea98d9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32+
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
3233
- name: Lint with flake8
3334
run: |
3435
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)