From f46b67998f6831ecaf3cbfc616d7efc7b8901062 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 29 Apr 2024 10:44:13 -0600 Subject: [PATCH] Attempt to fix workflow --- .github/workflows/pytest.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e9163b6..0994356 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,15 +18,13 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v3 + - name: Set up conda environment + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} auto-update-conda: true activate-environment: test-env auto-activate-base: false - - name: Activate environment - run: | - source activate test-env - name: Display environment details run: | conda info