From c46942339dd6025eb79400410742968e0dfc89e6 Mon Sep 17 00:00:00 2001 From: Kevin Solorio <103829+ksolo@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:18:27 -0600 Subject: [PATCH] update gh action to install test dependencies --- .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 363d8ce..f8290c0 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 --all-extras + poetry install --all-extras --with test - name: Test with pytest run: poetry run pytest