From 0b4923963de01da2c91c5cde95a97c997204eb6e Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 12 Nov 2024 14:10:05 +0000 Subject: [PATCH] Playwright install --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 481d7b6..03bcef4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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