Skip to content

Commit 7bc555a

Browse files
committed
get rid of pipreqs in the workflow
1 parent bba32f1 commit 7bc555a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- name: Install pip
1717
run: |
1818
python -m pip install --upgrade pip
19-
python -m pip install pipreqs
20-
pipreqs --force
2119
- name: Install requirements
2220
run: python -m pip install -r requirements.txt
2321
- name: Test QBMM

0 commit comments

Comments
 (0)