Skip to content

Commit 9972993

Browse files
committed
Use setup-miniconda to install built distribution
1 parent b17209c commit 9972993

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ jobs:
191191
path: ${{ env.asset_name }}
192192
name: ${{ env.asset_name }}
193193

194+
- name: Set installation directory
195+
if: runner.os == 'windows'
196+
run: |
197+
echo "CONDA="${{ github.workspace }}\nd" >> $GITHUB_ENV
198+
194199
- uses: conda-incubator/setup-miniconda@v3
195200
if: runner.os != 'macos'
196201
with:

0 commit comments

Comments
 (0)