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 b41ddb6 commit 072b467Copy full SHA for 072b467
.github/workflows/conda-package.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Define conda's package directory
59
run: |
60
- echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\' }}conda_pkgs_dir" >> $GITHUB_ENV
+ echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\\' }}conda_pkgs_dir" >> $GITHUB_ENV
61
62
- name: Cache conda packages
63
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
0 commit comments