From 4212f0a3d29014b69d44af8df5666cd73afcaa36 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 6 Aug 2023 20:18:17 +0200 Subject: [PATCH] Install playwright browsers dependencies --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b14215e978..b34ae4826c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -180,6 +180,7 @@ jobs: run: | pip install playwright==1.35.0 playwright install + playwright install-deps - name: Download dfx binary uses: actions/download-artifact@v3 with: