Skip to content

Commit 51349d0

Browse files
Add wheel installation
1 parent 00f7894 commit 51349d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/execute_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
2525
- name: Build
2626
run: |
27+
pip install wheel
2728
python setup.py sdist bdist_wheel
2829
2930
- name: Test

0 commit comments

Comments
 (0)