Skip to content

Commit

Permalink
Add whl install to test suite pip
Browse files Browse the repository at this point in the history
  • Loading branch information
liord committed Sep 19, 2023
1 parent 93cc1a3 commit 61268fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_suite_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Install dependencies
run: |
git checkout tags/${{ inputs.mct_quantizers_version }}
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install twine
pip install twine wheel
- name: Build WHL file
run: |
version=$(python -c 'import mct_quantizers; print(mct_quantizers.__version__)')
Expand Down

0 comments on commit 61268fa

Please sign in to comment.