Skip to content

Commit 93cc1a3

Browse files
author
liord
committed
Add whl install to test suite pip
1 parent f3fb8fd commit 93cc1a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests_suite_pip.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
git checkout tags/${{ inputs.mct_quantizers_version }}
2828
pip install -r requirements.txt
29+
pip install twine
2930
- name: Build WHL file
3031
run: |
3132
version=$(python -c 'import mct_quantizers; print(mct_quantizers.__version__)')

0 commit comments

Comments
 (0)