File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1919 cache-dependency-path : dev-requirements.txt
2020 - name : Install dependencies
2121 run : |
22- python -m pip install -U pip wheel
22+ python -m pip install -U pip
2323 python -m pip install -r dev-requirements.txt
2424 - name : Tests
2525 run : ./check.sh
@@ -33,11 +33,11 @@ jobs:
3333 with :
3434 python-version : " 3.x"
3535 cache : pip
36- cache-dependency-path : dev -requirements.txt
36+ cache-dependency-path : tests -requirements.txt
3737 - name : Install test dependencies
3838 run : |
39- python -m pip install -U pip wheel
40- python -m pip install -r dev -requirements.txt
39+ python -m pip install -U pip
40+ python -m pip install -r tests -requirements.txt
4141 - name : Tests
4242 run : |
4343 sphinx-build -d docs docs/source docs_out --color -W -bhtml
Original file line number Diff line number Diff line change 1- -r tests-requirements.txt
21black
32build
43flake8
54mypy
65pylint
7- sphinx
86twine
97wheel
Original file line number Diff line number Diff line change 1- -e .
21pytest
32pytest-cov
43numpy
54pillow
5+ sphinx
66xvfbwrapper; sys_platform == "linux"
You can’t perform that action at this time.
0 commit comments