File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 47
47
- name : Install dependencies
48
48
run : |
49
49
python -m pip install --upgrade pip
50
- pip install pytest pytest-cov sortedcontainers
51
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
50
+ pip install -r requirements/pytest.txt
52
51
- name : Test with pytest
53
52
run : |
54
53
pytest
66
65
- name : Install dependencies
67
66
run : |
68
67
python -m pip install --upgrade pip
69
- pip install flake8
68
+ pip install -r requirements/ flake8.txt
70
69
- name : Lint with flake8
71
70
run : |
72
71
# stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change
1
+ -r requirements/common.txt
Original file line number Diff line number Diff line change
1
+ sortedcontainers==2.4.0
Original file line number Diff line number Diff line change
1
+ flake8
Original file line number Diff line number Diff line change
1
+ -r common.txt
2
+ pytest
3
+ pytest-cov
You can’t perform that action at this time.
0 commit comments