From b94e0d1d708bd631d2419577d75296123a4942a1 Mon Sep 17 00:00:00 2001 From: "r.jaepel" Date: Fri, 22 Mar 2024 17:02:51 +0100 Subject: [PATCH] Add optional testing requirements --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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