Skip to content

Commit c4cb95c

Browse files
committed
ci: Deleted extra pip install lines
1 parent 4b1042c commit c4cb95c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,6 @@ jobs:
294294
test/test_cvedb.py
295295
- name: Run HTML tests
296296
run: pytest -v -n auto test/test_html.py
297-
- name: Install reportlab and cve-bin-tool
298-
run: |
299-
python -m pip install --upgrade pip
300-
python -m pip install --upgrade setuptools
301-
python -m pip install --upgrade wheel
302-
python -m pip install --upgrade reportlab
303-
python -m pip install --upgrade -r dev-requirements.txt
304-
python -m pip install --upgrade .
305297

306298
windows_long_tests:
307299
name: Windows long tests

0 commit comments

Comments
 (0)