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: |