diff --git a/.github/workflows/webdeploy.yml b/.github/workflows/webdeploy.yml index 91b889ca8..76ff12ff8 100644 --- a/.github/workflows/webdeploy.yml +++ b/.github/workflows/webdeploy.yml @@ -37,7 +37,7 @@ jobs: - name: Install solara run: | - pip install -e ".[documentation]" + pip install -e ".[documentation]" playwright==1.39 (cd packages/solara-enterprise && pip install ".[all]") - name: Install Playwright