Skip to content

Commit 02c2ac2

Browse files
authored
chore: Installing wheel package during build staging (#405)
1 parent 57f1603 commit 02c2ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
python -m pip install --upgrade pip
5353
pip install -r requirements.txt
54+
pip install wheel
5455
5556
- name: Run tests
5657
run: |

0 commit comments

Comments
 (0)