Skip to content

Commit

Permalink
modify nightly publish script to comply with PEP 625 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgo authored Jan 15, 2025
1 parent 1677535 commit c35d4c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel twine build
pip install -r requirements.txt
pip install twine
pip install wheel
- name: Build nightly
run: |
version=$(python -c 'import mct_quantizers; print(mct_quantizers.__version__)')
Expand Down

0 comments on commit c35d4c4

Please sign in to comment.