File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 python -m pip install --upgrade setuptools
3232 python -m pip install flake8 pytest
3333 pip install -r requirements.txt
34+ pip install . --use-feature=in-tree-build
3435 - name : Lint with flake8
3536 run : |
3637 # stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change 2727 run : |
2828 python -m pip install --upgrade pip
2929 python -m pip install --upgrade setuptools
30+ pip install . --use-feature=in-tree-build
3031 pip install build
3132 - name : Build package
3233 run : python -m build
Original file line number Diff line number Diff line change 1414before_install :
1515 - pip3 install --upgrade pip
1616 - pip3 install --upgrade setuptools
17-
1817install :
1918 - pip install -r requirements.txt
2019 - pip install . --use-feature=in-tree-build
Original file line number Diff line number Diff line change 2727from .loader import load_entities_from_json
2828from .loader import load_entities_from_yaml
2929from .loader import load_entities_from_csv
30- import importlib_metadata
30+ import importlib . metadata as importlib_metadata
3131
3232__version__ = importlib_metadata .version ('sqlalchemyseed' )
3333
You can’t perform that action at this time.
0 commit comments