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 f3fb8fd commit 93cc1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_suite_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
git checkout tags/${{ inputs.mct_quantizers_version }}
pip install -r requirements.txt
pip install twine
- name: Build WHL file
run: |
version=$(python -c 'import mct_quantizers; print(mct_quantizers.__version__)')
Expand Down

0 comments on commit 93cc1a3

Please sign in to comment.