Skip to content

Commit 0959b23

Browse files
committed
Correct a path where the build package resides on Windows
1 parent cb5aa77 commit 0959b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Store conda paths as envs
128128
shell: bash -el {0}
129129
run: |
130-
echo "CONDA_BLD=C:\\Miniconda\\conda-bld\\win-64\\" >> $GITHUB_ENV
130+
echo "CONDA_BLD=$CONDA_PREFIX\\conda-bld\\win-64\\" >> $GITHUB_ENV
131131
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE\\" >> $GITHUB_ENV
132132
133133
- name: Build conda package

0 commit comments

Comments
 (0)