From 135068be1e58e5e984ec3fc9e8beb6765c1fa3d8 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 09:58:36 -0700 Subject: [PATCH] Conda init --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fec7b423..66d2525c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -27,6 +27,7 @@ jobs: - name: Install Pytest And CRISPResso run: | conda env list + conda init conda activate test_env pip install pytest pytest-cov