From 27bd0ce56262019f800a913dbcce376441b84810 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 29 Apr 2024 09:47:23 -0600 Subject: [PATCH] Attempt to fix workflow --- .github/workflows/pytest.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 485df22..266ec58 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -27,10 +27,9 @@ jobs: - name: Install dependencies run: | - conda config --env --append channels conda-forge - conda env update --file requirements.txt --name base - conda install pytest-cov + conda install -c conda-forge pytest pytest-cov python -m pip install --upgrade pip + pip install -r requirements.txt pip install -e . - name: Unit tests run: |