Skip to content

Commit d9942e0

Browse files
authored
Added requirements_dev.txt file for installing dependencies
1 parent 02b2130 commit d9942e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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 requirements_dev.txt ]; then pip install -r requirements_dev.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)