Skip to content

Commit

Permalink
Use bash script with activated conda environment on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Sep 4, 2020
1 parent fbfa932 commit 4ed3078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ed3078

Please sign in to comment.