We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072b467 commit 18c318dCopy full SHA for 18c318d
.github/workflows/conda-package.yml
@@ -56,6 +56,7 @@ jobs:
56
fetch-depth: 0
57
58
- name: Define conda's package directory
59
+ shell: bash -el {0}
60
run: |
61
echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\\' }}conda_pkgs_dir" >> $GITHUB_ENV
62
0 commit comments