Skip to content

Commit 18c318d

Browse files
committed
Use bash shell
1 parent 072b467 commit 18c318d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Define conda's package directory
59+
shell: bash -el {0}
5960
run: |
6061
echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\\' }}conda_pkgs_dir" >> $GITHUB_ENV
6162

0 commit comments

Comments
 (0)