Skip to content

Commit

Permalink
quote URLs?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jun 20, 2024
1 parent afe8ac7 commit 8a7957b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ def _napari_env(
return {
"name": f"napari-{napari_version}",
"channels": [
f"https://github.com/napari/pins/releases/download/napari-v{channel_v}",
f"'https://github.com/napari/pins/releases/download/napari-v{channel_v}'",
],
"channels_remap": [
{
"src": f"https://github.com/napari/pins/releases/download/napari-v{channel_v}",
"src": f"'https://github.com/napari/pins/releases/download/napari-v{channel_v}'",
"dest": f"napari-v{napari_version}",
}
],
Expand Down

0 comments on commit 8a7957b

Please sign in to comment.