File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 7575 name : ipyvuetify-dist-${{ github.run_number }}
7676 - name : Install ipyvuetify
7777 run : |
78- pip install jupyter_core jupyter-packaging "jupyterlab<4"
79- mkdir -p /tmp/ipyvue-wheel
80- gh release download vue3-dev --repo widgetti/ipyvue --pattern "*.whl" --dir /tmp/ipyvue-wheel --clobber
81- python -m pip install /tmp/ipyvue-wheel/*.whl "$(find dist -name '*.whl')"
78+ python -m pip install jupyter_core jupyter-packaging "jupyterlab<4" "$(find dist -name '*.whl')"
8279 - name : test import
8380 run : (mkdir test-install; cd test-install; python -c "from ipyvuetify import Btn")
8481
9592 name : ipyvuetify-dist-${{ github.run_number }}
9693 - name : Install ipyvuetify
9794 run : |
98- pip install jupyter_core jupyter-packaging "jupyterlab<4"
99- mkdir -p /tmp/ipyvue-wheel
100- gh release download vue3-dev --repo widgetti/ipyvue --pattern "*.whl" --dir /tmp/ipyvue-wheel --clobber
101- python -m pip install /tmp/ipyvue-wheel/*.whl "$(find dist -name '*.whl')[test]"
95+ python -m pip install jupyter_core jupyter-packaging "jupyterlab<4" "$(find dist -name '*.whl')[test]"
10296 - name : Install chromium
10397 run : playwright install chromium
10498 - name : Run ui-tests
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "ipyvuetify"
77version = " 3.0.0.alpha3"
88description =" Jupyter widgets based on vuetify UI components"
99requires-python = " >=3.6"
10- dependencies = [" ipyvue>= 3.0.0.alpha2 " ]
10+ dependencies = [" ipyvue @ https://github.com/widgetti/ipyvue/releases/download/vue3-dev/ipyvue- 3.0.0a5-py2.py3-none-any.whl " ]
1111keywords =[" ipython" , " jupyter" , " widgets" ]
1212authors = [
1313 {name = " Mario Buikhuizen" , email = " mbuikhuizen@gmail.com" },
You can’t perform that action at this time.
0 commit comments