Skip to content

Commit c7b0e3d

Browse files
temp: install ipyvue 3 from branch
1 parent 2c5cbb4 commit c7b0e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
name: ipyvuetify-dist-${{ github.run_number }}
7777
- name: Install ipyvuetify
78-
run: python -m pip install "$(find dist -name *.whl)"
78+
run: python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)"
7979
- name: test import
8080
run: (mkdir test-install; cd test-install; python -c "from ipyvuetify import Btn")
8181

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

0 commit comments

Comments
 (0)