From d093fe0d2688c44365342e5a40aecefaf07944d8 Mon Sep 17 00:00:00 2001 From: Jethro Rainford Date: Thu, 21 Nov 2024 10:02:46 +0000 Subject: [PATCH] ci: update pytest.yml --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b4eaefb..b3adc30 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,6 +13,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pipenv codecov pip install pipenv codecov pytest pytest-cov pytest-metadata pytest-mock pytest-subtests six pip install --no-index --no-deps resources/home/dnanexus/packages/* pipenv install --dev