Skip to content

Commit

Permalink
Comment-out wheels building step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 15, 2023
1 parent 36ea6a8 commit 5d1699b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sudo apt-get install -y \
# installation problems if out of date.
python -m pip install --upgrade pip "setuptools<=65.5.*" numpy

# Generate .whl file.
python setup.py bdist_wheel
# # Generate .whl file.
# python setup.py bdist_wheel

# Install this package and the packages listed in requirements.txt.
pip install -v .
Expand Down

0 comments on commit 5d1699b

Please sign in to comment.