Skip to content

Commit

Permalink
create whl, then install
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Dec 21, 2022
1 parent e0e25c1 commit edf54cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') }}
working-directory: ../tvm/python
run: |
python setup.py install
python setup.py bdist_wheel
python -m pip install `readlink -f dist/tvm-*.whl`
# We don't run pytest for Linux py3.8 since we do coverage for that case.
- name: Test with pytest
if: ${{ matrix.python-version != '3.8' || startsWith(matrix.os, 'ubuntu') != true }}
Expand Down

0 comments on commit edf54cd

Please sign in to comment.