File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
- run :
19
19
name : Get dependencies and install
20
20
command : |
21
- pip install --user -q --upgrade pip setuptools
22
- pip install --user -q --upgrade numpy matplotlib sphinx pydata-sphinx-theme
23
- pip install --user -e .
21
+ python -m pip install --upgrade pip wheel setuptools
22
+ python -m pip install --upgrade -r requirements/doc.txt
23
+ python -m pip install .
24
+ python -m pip list
24
25
- save_cache :
25
26
key : pip-cache
26
27
paths :
Original file line number Diff line number Diff line change 26
26
- name : Setup environment
27
27
run : |
28
28
python -m pip install --upgrade pip wheel setuptools
29
- python -m pip install -r requirements/test.txt -r doc/ requirements.txt
29
+ python -m pip install -r requirements/test.txt -r requirements/doc .txt
30
30
python -m pip install codecov
31
31
python -m pip install ${{ matrix.sphinx-version }}
32
32
python -m pip list
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Setup environment
117
117
run : |
118
118
python -m pip install --upgrade pip wheel setuptools
119
- python -m pip install --pre -r requirements/test.txt -r doc/ requirements.txt
119
+ python -m pip install --pre -r requirements/test.txt -r requirements/doc .txt
120
120
python -m pip install codecov
121
121
python -m pip list
122
122
File renamed without changes.
You can’t perform that action at this time.
0 commit comments