From 4ed30789e5c4ec94bba7d57e6c94a001d8386707 Mon Sep 17 00:00:00 2001 From: jmoore Date: Fri, 4 Sep 2020 09:33:56 +0200 Subject: [PATCH] Use bash script with activated conda environment on Windows --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 29c12e45..40cf340e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,8 +35,7 @@ jobs: run: gl-ci-helpers/appveyor/install_opengl.ps1 - name: Run pytest - shell: bash + shell: bash -l {0} run: > - export PATH="/c/Python37:/c/Python37/Scripts:$PATH" && python -m pip install --upgrade pip wheel pytest tox .[napari] && pytest