From 69bbc574d8ce45bcbfec686cbdcc5597e29ccf93 Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Tue, 4 Apr 2023 11:20:15 +0200 Subject: [PATCH] import b4 2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 961dd6d7..2b41184f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: