From 758003d69cfeeb8fb8303c218a1cc7e310e5c159 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 08:54:42 -0700 Subject: [PATCH] Install numpy with pip --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cdcee66a..4f6c6aff 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -34,7 +34,7 @@ jobs: - name: Install Pytest And CRISPResso run: | python -m pip install --upgrade pip - pip install pytest pytest-cov + pip install pytest pytest-cov numpy pip install . - name: Run Pytest