Skip to content

Commit

Permalink
install wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 4, 2023
1 parent 071b211 commit c40bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
name: dist
path: dist
- name: Install
run: pip install dist/*.whl
run: pip install `find dist -name "*whl" |head -n1`
- name: Import
run: python -c "from ipyvuetify import Btn"

0 comments on commit c40bf69

Please sign in to comment.