From 4741db9bd086e05e14926d576933979a1cbf4574 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 29 Apr 2024 10:37:34 -0600 Subject: [PATCH] Attempt to fix workflow --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0f4ca06..1fe7e46 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,6 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Activate environment run: | + conda init conda activate test-env - name: Display environment details run: |