We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f7894 commit 51349d0Copy full SHA for 51349d0
.github/workflows/execute_tests.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Build
26
run: |
27
+ pip install wheel
28
python setup.py sdist bdist_wheel
29
30
- name: Test
0 commit comments