Skip to content

Commit 61268fa

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests_suite_pip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
git checkout tags/${{ inputs.mct_quantizers_version }}
28+
python -m pip install --upgrade pip
2829
pip install -r requirements.txt
29-
pip install twine
30+
pip install twine wheel
3031
- name: Build WHL file
3132
run: |
3233
version=$(python -c 'import mct_quantizers; print(mct_quantizers.__version__)')

0 commit comments

Comments
 (0)