Skip to content

Commit d57154c

Browse files
committed
Update python-package.yml
1 parent 9aafc97 commit d57154c

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
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest
32-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33-
- name: Install the package locally
32+
pip install -r requirements.txt
33+
- name: Install the sqlalchemyseed
3434
run: pip install -e .
3535
- name: Lint with flake8
3636
run: |

0 commit comments

Comments
 (0)