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: |