Skip to content

Commit

Permalink
windows is picky
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed May 29, 2024
1 parent df3b77d commit 54be631
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
miniforge-version: ${{ env.miniforge_version }}
miniforge-variant: ${{ env.miniforge_variant }}
environment-file: ci/conda_host_env.yml
- name: Setup for Windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
# Set bash executable explicitly since Make may pick wrong shell
# borrowed from https://github.com/drivendataorg/cookiecutter-data-science/pull/319/files
echo "BASH_EXECUTABLE=$(which bash)" >> "$GITHUB_ENV"
- name: Install dependencies (conda)
if: ${{ matrix.use_conda }}
shell: bash -l {0}
Expand Down

0 comments on commit 54be631

Please sign in to comment.