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 f271d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
python-version: '3.12'
- name: Set up dependencies
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest
- name: Convert notebook to profiling script
- name: Initialize playwright
run: playwright install
run: python convert.py imviz-profile.ipynb imviz-profile.py
working-directory: ./automated
- name: Run profiling script
Expand Down

0 comments on commit f271d26

Please sign in to comment.