Skip to content

Commit

Permalink
temp: install ipyvue 3 from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Nov 1, 2023
1 parent 2c5cbb4 commit c7b0e3d
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 @@ -75,7 +75,7 @@ jobs:
with:
name: ipyvuetify-dist-${{ github.run_number }}
- name: Install ipyvuetify
run: python -m pip install "$(find dist -name *.whl)"
run: python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)"
- name: test import
run: (mkdir test-install; cd test-install; python -c "from ipyvuetify import Btn")

Expand All @@ -91,7 +91,7 @@ jobs:
with:
name: ipyvuetify-dist-${{ github.run_number }}
- name: Install ipyvuetify
run: python -m pip install "$(find dist -name *.whl)[test]"
run: python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)[test]"
- name: Install chromium
run: playwright install chromium
- name: Run ui-tests
Expand Down

0 comments on commit c7b0e3d

Please sign in to comment.