From 06f19d73fd227435b47878fd504995798a3ca376 Mon Sep 17 00:00:00 2001 From: "Martindale, Nathan" Date: Fri, 21 Jun 2024 11:54:22 -0400 Subject: [PATCH] Fix another missing dependency --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0c514f..97709e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: python -m pip install --upgrade pip #pip install -r requirements.txt pip install -e . - pip install pytest-playwright jupyterlab + pip install pytest pytest-mock pytest-playwright jupyterlab playwright install - name: Test with pytest run: pytest -vv -s --tracing retain-on-failure