Skip to content

Commit 1bd08e2

Browse files
authored
Remove superfluous ci step (#174)
for pip update and installation of extra dependencies
1 parent c6b6440 commit 1bd08e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

22-
- name: Install dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install urllib3==1.25.11 wheel brotlipy coverage codecov
26-
2722
- name: Install warcio
2823
run: python setup.py install
2924

0 commit comments

Comments
 (0)