From f28cacc9b640276ec8696426afb1adb638f1cfd1 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 29 Apr 2024 10:35:58 -0600 Subject: [PATCH] Attempt to fix workflow --- .github/workflows/pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index da8d406..0f4ca06 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,6 +23,9 @@ jobs: auto-update-conda: true activate-environment: test-env python-version: ${{ matrix.python-version }} + - name: Activate environment + run: | + conda activate test-env - name: Display environment details run: | conda info