File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 ${{ runner.os }}-pip-
2727 - name : Install dependencies
2828 run : |
29- pip install -e '.[test,tui ]'
29+ pip install -e '.[test]'
3030 - name : Run tests
3131 run : |
3232 pytest
Original file line number Diff line number Diff line change 2828 ${{ runner.os }}-pip-
2929 - name : Install dependencies
3030 run : |
31- pip install -e '.[test,mypy,flake8,tui]'
31+ pip install -e '.[test,mypy,flake8]'
32+ - name : Optionally install tui dependencies (not 3.7)
33+ if : matrix.python-version != '3.7'
34+ run : pip install -e '.[tui]'
3235 - name : Optionally install numpy
3336 if : matrix.numpy == 1
3437 run : pip install numpy
5356 - name : Check formatting
5457 run : black . --check
5558 - name : Check if cog needs to be run
59+ if : matrix.python-version != '3.7'
5660 run : |
5761 cog --check README.md docs/*.rst
You can’t perform that action at this time.
0 commit comments