diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4749db9..3679231 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -41,7 +41,7 @@ jobs: - name: Test Wheel install and import run: | mamba create -n testing python==${{ matrix.python-version }} - mamba activate testing + conda activate testing pip install wheel which pip which mamba