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 2121
2222 - name : Install developer dependencies
2323 run : |
24- python3 -m pip install -U pip setuptools
24+ python3 -m pip install -U pip
2525 python3 -m pip install -U pytest pytest-runner flake8
2626
2727 - name : Install sphinx dependencies
6565
6666 - name : Install developer dependencies
6767 run : |
68- python3 -m pip install -U pip setuptools
68+ python3 -m pip install -U pip
6969 python3 -m pip install -U pytest pytest-runner flake8
7070
7171 - name : Install sphinx dependencies
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Install developer dependencies
112112 run : |
113- python3 -m pip install -U pip setuptools
113+ python3 -m pip install -U pip
114114 python3 -m pip install -U pytest pytest-runner flake8
115115
116116 - name : Install sphinx dependencies
You can’t perform that action at this time.
0 commit comments