From 47b1880a9f918ea4ee5c789d4e27b4e9127a9f87 Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Fri, 30 Aug 2024 16:02:45 -0400 Subject: [PATCH] need pytest and coverage --- .github/workflows/code-cov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index ec5de46..8f76313 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -22,6 +22,9 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 + + - name: Install dependencies + run: pip install pytest pytest-cov - name: Install pydartdiags run: python -m pip install .