File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install seaborn
27
27
run : |
28
28
pip install --upgrade pip
29
- pip install .[all ] -r ci/utils.txt
29
+ pip install .[stats ] -r ci/utils.txt
30
30
31
31
- name : Install doc tools
32
32
run : |
@@ -46,14 +46,14 @@ jobs:
46
46
matrix :
47
47
python : ["3.7", "3.8", "3.9", "3.10"]
48
48
target : [test]
49
- install : [all ]
49
+ install : [full ]
50
50
deps : [latest]
51
51
backend : [agg]
52
52
53
53
include :
54
54
- python : " 3.7"
55
55
target : unittests
56
- install : all
56
+ install : full
57
57
deps : pinned
58
58
backend : agg
59
59
- python : " 3.10"
63
63
backend : agg
64
64
- python : " 3.10"
65
65
target : test
66
- install : all
66
+ install : full
67
67
deps : latest
68
68
backend : tkagg
69
69
79
79
- name : Install seaborn
80
80
run : |
81
81
pip install --upgrade pip wheel
82
- if [[ ${{matrix.install}} == 'all ' ]]; then EXTRAS='[all ]'; fi
82
+ if [[ ${{matrix.install}} == 'full ' ]]; then EXTRAS='[stats ]'; fi
83
83
if [[ ${{matrix.deps }} == 'pinned' ]]; then DEPS='-r ci/deps_pinned.txt'; fi
84
84
pip install .$EXTRAS $DEPS -r ci/utils.txt
85
85
You can’t perform that action at this time.
0 commit comments