Skip to content

Commit 738b18a

Browse files
committed
Install wheel as part of CI setup
1 parent 66e6d59 commit 738b18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: "Install dependencies"
3333
run: |
34-
python -m pip install --upgrade pip
34+
python -m pip install --upgrade pip setuptools wheel
3535
# We use '--ignore-installed' to avoid GitHub's cache which can cause
3636
# issues - we have seen packages from this cache be cause trouble with
3737
# pip-extra-reqs.

0 commit comments

Comments
 (0)