Skip to content

Commit a6b1eed

Browse files
committed
Install wheel to speed up pip install
Without wheel installed some packages get installed by creating a wheel using setup.py install which adds considerable time when installing packages.
1 parent ed085c5 commit a6b1eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
sudo apt-get update
7373
sudo apt-get install libkrb5-dev
74+
pip install wheel
7475
pip install .[tests] sqlalchemy${{ matrix.sqlalchemy }}
7576
- name: Run tests
7677
run: |

0 commit comments

Comments
 (0)