From cd32d5388dde8cf67ccfd6c3390a7a70227c2a79 Mon Sep 17 00:00:00 2001 From: Kevin Solorio <103829+ksolo@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:14:20 -0600 Subject: [PATCH] update gh action to install all extras --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 9630faf7..363d8ce7 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install poetry - poetry install --with test + poetry install --all-extras - name: Test with pytest run: poetry run pytest