Skip to content

Commit

Permalink
list wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 4, 2023
1 parent 9b19418 commit 1ba7d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
run: pip install `find dist -name "*whl" |head -n1`
- name: Import
run: python -c "from ipyvuetify import Btn"
- name: show wheel
run: unzip -l `find dist -name "*whl" |head -n1`
- name: Set-up to fail
run: python -c "from ipyvuetify import Btnn"

0 comments on commit 1ba7d2a

Please sign in to comment.