Skip to content

Commit

Permalink
Playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 12, 2024
1 parent c1ac529 commit 0b49239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
python-version: '3.12'
- name: Set up dependencies
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest
- name: Initialize playwright
run: playwright install
- name: Convert notebook to profiling script
run: python convert.py imviz-profile.ipynb imviz-profile.py
working-directory: ./automated
Expand Down

0 comments on commit 0b49239

Please sign in to comment.