diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 481d7b6..da96026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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