Skip to content

Commit 8fe14b9

Browse files
committed
Use setup-miniconda to install built distribution
1 parent 134c54e commit 8fe14b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
echo "asset_name=$new_installer_name" >> $GITHUB_ENV
164164
echo "Installer name: "$new_installer_name
165165
echo "#################################"
166-
installer_path=$(readlink -f $new_installer_name)
166+
installer_path="file://"$(readlink -f $new_installer_name)
167167
echo "installer_path=$installer_path" >> $GITHUB_ENV
168168
echo "Installer path: "$installer_path
169169
echo "#################################"
@@ -183,7 +183,7 @@ jobs:
183183
- uses: conda-incubator/setup-miniconda@v3
184184
with:
185185
channels: conda-forge
186-
installer-url: ${{ env.installer_path }}
186+
installer-url: "file://" ${{ env.installer_path }}
187187
auto-activate-base: true
188188
activate-environment: ""
189189

0 commit comments

Comments
 (0)