From fa2045d208c6acc96fac301213f5c479f4ca021b Mon Sep 17 00:00:00 2001 From: Parker Norton Date: Wed, 2 Oct 2024 12:27:24 -0600 Subject: [PATCH] add pytest dependencies --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f0e95c..0f77d33 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: - name: Install pytest run: | - pip install pytest + pip install pytest pytest-cov pytest-datafiles - name: Install pyPRMS run: |