File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,13 @@ jobs:
37
37
- name : Setup environment
38
38
run : |
39
39
python -m pip install --upgrade pip wheel setuptools
40
- python -m pip install -r requirements/test.txt -r requirements/doc.txt
41
40
python -m pip install codecov
42
41
python -m pip install ${{ matrix.sphinx-version }}
43
42
python -m pip list
44
43
45
44
- name : Install
46
45
run : |
47
- python -m pip install .
46
+ python -m pip install .[test,doc]
48
47
pip list
49
48
50
49
- name : Run test suite
@@ -91,13 +90,12 @@ jobs:
91
90
- name : Setup environment
92
91
run : |
93
92
python -m pip install --upgrade pip wheel setuptools
94
- python -m pip install --pre -r requirements/test.txt -r requirements/doc.txt
95
93
python -m pip install codecov
96
94
python -m pip list
97
95
98
96
- name : Install
99
97
run : |
100
- python -m pip install .
98
+ python -m pip install .[test,doc]
101
99
pip list
102
100
103
101
- name : Run test suite
You can’t perform that action at this time.
0 commit comments