Skip to content

Commit

Permalink
import b4 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 4, 2023
1 parent c8d4167 commit 69bbc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install twine wheel jupyter-packaging jupyterlab
- name: Import
run: python -c "from ipyvuetify import Btn"
- name: Build
run: |
python setup.py sdist bdist_wheel
- name: Import
run: python -c "from ipyvuetify import Btn"
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 69bbc57

Please sign in to comment.