File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Install developer dependencies
23
23
run : |
24
- python3 -m pip install -U pip setuptools
24
+ python3 -m pip install -U pip
25
25
python3 -m pip install -U pytest pytest-runner flake8
26
26
27
27
- name : Install sphinx dependencies
65
65
66
66
- name : Install developer dependencies
67
67
run : |
68
- python3 -m pip install -U pip setuptools
68
+ python3 -m pip install -U pip
69
69
python3 -m pip install -U pytest pytest-runner flake8
70
70
71
71
- name : Install sphinx dependencies
@@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Install developer dependencies
112
112
run : |
113
- python3 -m pip install -U pip setuptools
113
+ python3 -m pip install -U pip
114
114
python3 -m pip install -U pytest pytest-runner flake8
115
115
116
116
- name : Install sphinx dependencies
You can’t perform that action at this time.
0 commit comments