Skip to content

Commit

Permalink
install tvm without wheel packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Jan 30, 2024
1 parent 7c1d6af commit 1f4a35d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ jobs:
if: ${{ (startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')) }}
run: |
cd ~/work/hummingbird/tvm/python
python -m pip install -U wheel packaging
python setup.py bdist_wheel
python -m pip install dist/tvm-*.whl
git clean -xdf
python3 setup.py install
# We don't run pytest for Linux py3.9 since we do coverage for that case.
- name: Test with pytest
Expand Down

0 comments on commit 1f4a35d

Please sign in to comment.