Skip to content

Commit

Permalink
ci: install vuetify3
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Nov 1, 2023
1 parent 0e8c50e commit 30e9613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install vuetify and test deps
run: |
wheel=(dist/*.whl)
pip install ${wheel}[test] "jupyter_server<2"
pip install ${wheel} https://github.com/widgetti/ipyvuetify/archive/refs/heads/vuetify3.zip ${wheel}[test] "jupyter_server<2"
- name: Install playwright browsers
run: playwright install chromium
Expand Down

0 comments on commit 30e9613

Please sign in to comment.