We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aafc97 commit d57154cCopy full SHA for d57154c
.github/workflows/python-package.yml
@@ -29,8 +29,8 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
python -m pip install flake8 pytest
32
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- - name: Install the package locally
+ pip install -r requirements.txt
+ - name: Install the sqlalchemyseed
34
run: pip install -e .
35
- name: Lint with flake8
36
0 commit comments